Skip to content

Commit efce498

Browse files
committed
Fixing up some local requirements for releasing
1 parent 81f89bc commit efce498

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383
"bumpversion>=0.5.3,<1",
8484
"wheel",
8585
"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.
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.
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.
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.
8989
"idna==2.7",
90+
# idna 2.7 is not supported by requests 2.18
91+
"requests>=2.20,<3",
9092
"tox==2.7.0",
9193
"twine",
9294
],

0 commit comments

Comments
 (0)