Skip to content

Commit

Permalink
Require py>=1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Nov 21, 2017
1 parent ca1f4bc commit 7a7cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@ def has_environment_marker_support():
def main():
extras_require = {}
install_requires = [
'py>=1.4.33,<1.5',
'py>=1.5.0',
'six>=1.10.0',
'setuptools',
'attrs>=17.2.0',
Expand Down

0 comments on commit 7a7cb8c

Please sign in to comment.