Merge pull request #15 from eyalto/master

supporting 3.6 without enum34
This commit is contained in:
Allegro AI 2019-06-30 10:50:47 +03:00 committed by GitHub
commit 4174d9345e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ boto3>=1.9
botocore>=1.12 botocore>=1.12
colorama>=0.4.1 colorama>=0.4.1
coloredlogs>=10.0 coloredlogs>=10.0
enum34>=0.9 enum34>=0.9 ; python_version < '3.6'
funcsigs>=1.0 funcsigs>=1.0
furl>=2.0.0 furl>=2.0.0
future>=0.16.0 future>=0.16.0

View File

@ -1 +1 @@
__version__ = '0.9.4rc0' __version__ = '0.9.4rc0.1'