Merge pull request #185 from jayvdb/remove-implicit-dep
Removal of unnecessary dependency on py
This commit is contained in:
1
changelog/105.bugfix
Normal file
1
changelog/105.bugfix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Removal of unnecessary dependency on incorrect version of py.
|
||||||
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ setup(
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=['execnet>=1.1', 'pytest>=3.0.0', 'py>=1.4.22'],
|
install_requires=['execnet>=1.1', 'pytest>=3.0.0'],
|
||||||
setup_requires=['setuptools_scm'],
|
setup_requires=['setuptools_scm'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|||||||
Reference in New Issue
Block a user