Merge pull request #185 from jayvdb/remove-implicit-dep

Removal of unnecessary dependency on py
This commit is contained in:
Ronny Pfannschmidt
2017-07-16 10:01:29 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
changelog/105.bugfix Normal file
View File

@@ -0,0 +1 @@
Removal of unnecessary dependency on incorrect version of py.

View File

@@ -20,7 +20,7 @@ setup(
],
},
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'],
classifiers=[
'Development Status :: 5 - Production/Stable',