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 82c92bd commit ac8ea9aCopy full SHA for ac8ea9a
setup.py
@@ -85,6 +85,8 @@
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
+ #Fixing this dependency due to: requests 2.20.1 has requirement idna<2.8,>=2.5, but you'll have idna 2.8 which is incompatible.
89
+ "idna==2.7",
90
"tox==2.7.0",
91
"twine",
92
],
0 commit comments