mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Merge pull request #15 from eyalto/master
supporting 3.6 without enum34
This commit is contained in:
commit
4174d9345e
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '0.9.4rc0'
|
__version__ = '0.9.4rc0.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user