Skip to content

Commit ac8ea9a

Browse files
author
Francisco Javier Franco Algarrada
committed
fix requests 2.20.1 has requirement idna<2.8,>=2.5, but you'll have idna 2.8 which is incompatible.
1 parent 82c92bd commit ac8ea9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
"setuptools>=36.2.0",
8686
#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.
8787
"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",
8890
"tox==2.7.0",
8991
"twine",
9092
],

0 commit comments

Comments
 (0)