Require py>=1.5.0
This commit is contained in:
parent
ca1f4bc537
commit
7a7cb8c8c5
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ def has_environment_marker_support():
|
||||||
def main():
|
def main():
|
||||||
extras_require = {}
|
extras_require = {}
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'py>=1.4.33,<1.5',
|
'py>=1.5.0',
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'setuptools',
|
'setuptools',
|
||||||
'attrs>=17.2.0',
|
'attrs>=17.2.0',
|
||||||
|
|
Loading…
Reference in New Issue