Skip to content

Commit 166c8dc

Browse files
author
Roland Hedberg
committed
Allow usage of the future module.
1 parent 2ce425c commit 166c8dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
'pytz',
1818
'pyOpenSSL',
1919
'python-dateutil',
20-
'six'
20+
'six',
21+
'future'
2122
]
2223

2324
version = ''

0 commit comments

Comments
 (0)