Skip to content

Commit c84e047

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
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)