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 44bc8da commit e15af1fCopy full SHA for e15af1f
1 file changed
setup.py
@@ -22,7 +22,8 @@
22
"Topic :: System :: Filesystems",
23
]
24
25
-REQUIREMENTS = ["appdirs~=1.4.3", "pytz", "setuptools", "six~=1.10", "typing;python_version=='2.7'"]
+REQUIREMENTS = ["appdirs~=1.4.3", "pytz", "setuptools", "six~=1.10", "typing; python_version < '3.5'"]
26
+
27
28
setup(
29
author="Will McGugan",
0 commit comments