We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7236 commit 989e930Copy full SHA for 989e930
requirements-dev.txt
@@ -1,6 +1,6 @@
1
applicationinsights >= 0.11.1
2
argparse >= 1.2.1
3
-enum34 >= 1.1.6
+enum34 >= 1.1.6 ; python_version < '3.4'
4
future >= 0.16.0
5
setuptools >= 36.0.1
6
wheel >= 0.29.0
setup.py
@@ -38,7 +38,7 @@ def get_timestamped_version(ver):
38
'applicationinsights>=0.11.1',
39
'future>=0.16.0',
40
'wheel>=0.29.0',
41
- 'enum34>=1.1.6'
+ 'enum34>=1.1.6;python_version<"3.4"'
42
]
43
44
with open("README.md", "r") as fh:
0 commit comments