Allow usage of the future module.

This commit is contained in:
Roland Hedberg 2015-11-19 11:03:00 +01:00
parent 2ce425c84c
commit 166c8dc47a

View File

@ -17,7 +17,8 @@ install_requires = [
'pytz',
'pyOpenSSL',
'python-dateutil',
'six'
'six',
'future'
]
version = ''