Skip to content

Commit c84e047

Browse files
committed
add requirement future to setup.py
1 parent 16f3380 commit c84e047

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
platforms='any',
1818
install_requires=[
1919
'django',
20-
'opentracing>=1.1,<1.2'
20+
'opentracing>=1.1,<1.2',
21+
'future',
2122
],
2223
classifiers=[
2324
'Environment :: Web Environment',

0 commit comments

Comments
 (0)