Skip to content

Commit 8bff356

Browse files
authored
Allow the usage of multiple requests versions. (#55)
1 parent bd7e41f commit 8bff356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
requirements = [
1515
"future==0.17.1",
1616
"python-dateutil==2.7.5",
17-
"requests==2.20.0"
17+
"requests>=2.20,<2.23"
1818
]
1919

2020
extras_require = {

0 commit comments

Comments
 (0)