File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 83
83
"bumpversion>=0.5.3,<1" ,
84
84
"wheel" ,
85
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.
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
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.
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
89
"idna==2.7" ,
90
+ # idna 2.7 is not supported by requests 2.18
91
+ "requests>=2.20,<3" ,
90
92
"tox==2.7.0" ,
91
93
"twine" ,
92
94
],
You can’t perform that action at this time.
0 commit comments