Skip to content

Commit

Permalink
Merge pull request #185 from jayvdb/remove-implicit-dep
Browse files Browse the repository at this point in the history
Removal of unnecessary dependency on py
  • Loading branch information
RonnyPfannschmidt authored Jul 16, 2017
2 parents 3652e21 + cd12d17 commit d2d5ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/105.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removal of unnecessary dependency on incorrect version of py.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
},
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',
Expand Down

0 comments on commit d2d5ae9

Please sign in to comment.