try to be backwards compat

This commit is contained in:
wim glenn
2018-08-30 19:06:20 -05:00
parent ed4b94a180
commit c18a5b5179
2 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ def get_environment_marker_support_level():
def main():
extras_require = {}
install_requires = [
"py>=1.6.0",
"py>=1.5.0",
"six>=1.10.0",
"setuptools",
"attrs>=17.4.0",