17 lines
360 B
Diff
17 lines
360 B
Diff
diff --git a/setup.cfg b/setup.cfg
|
|
index 5ae527a..f2b87f0 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -37,7 +37,7 @@ install_requires =
|
|
pkginfo >= 1.4.2
|
|
readme_renderer >= 21.0
|
|
requests >= 2.20
|
|
- requests-toolbelt >= 0.8.0, != 0.9.0
|
|
+ requests-toolbelt >= 0.8.0
|
|
setuptools >= 0.7.0
|
|
tqdm >= 4.14
|
|
importlib_metadata; python_version < "3.8"
|
|
--
|
|
2.30.0
|
|
|