Skip to content

Commit cf7786e

Browse files
authored
Merge pull request #147 from hadrien/patch-1
fix: use env markers to avoid installing enum34 on python≥3.4
2 parents 023c721 + a9ad8b9 commit cf7786e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def find_version(*file_paths):
2828
long_description = f.read()
2929

3030
install_requires = [
31+
'enum34 ; python_version < "3.4"',
3132
'requests',
3233
'six',
3334
'pytz',

0 commit comments

Comments
 (0)