We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae35acc commit 82c92bdCopy full SHA for 82c92bd
setup.py
@@ -83,6 +83,7 @@
83
"bumpversion>=0.5.3,<1",
84
"wheel",
85
"setuptools>=36.2.0",
86
+ #Fixing this dependency due to: pytest 3.6.4 has requirement pluggy<0.8,>=0.5, but you'll have pluggy 0.8.0 which is incompatible.
87
"pluggy==0.7.1",
88
"tox==2.7.0",
89
"twine",
0 commit comments