2020-04-08 16:54:11 +02:00
|
|
|
diff --git a/setup.py b/setup.py
|
2020-08-12 13:16:57 +02:00
|
|
|
index 81f8727ed6..12200e0b9f 100755
|
2020-04-08 16:54:11 +02:00
|
|
|
--- a/setup.py
|
|
|
|
+++ b/setup.py
|
2020-08-09 00:03:57 +02:00
|
|
|
@@ -43,13 +43,13 @@ REQUIRES = [
|
|
|
|
"jinja2>=2.11.1",
|
|
|
|
"PyJWT==1.7.1",
|
|
|
|
# PyJWT has loose dependency. We want the latest one.
|
|
|
|
- "cryptography==2.9.2",
|
|
|
|
+ "cryptography>=2.9.2",
|
|
|
|
"pip>=8.0.3",
|
2020-08-12 13:16:57 +02:00
|
|
|
"python-slugify==4.0.1",
|
2020-07-02 05:35:32 +02:00
|
|
|
"pytz>=2020.1",
|
|
|
|
"pyyaml==5.3.1",
|
|
|
|
- "requests==2.24.0",
|
2020-04-08 16:54:11 +02:00
|
|
|
- "ruamel.yaml==0.15.100",
|
2020-07-02 05:35:32 +02:00
|
|
|
+ "requests>=2.23.0",
|
2020-04-08 16:54:11 +02:00
|
|
|
+ "ruamel.yaml>=0.15.100",
|
|
|
|
"voluptuous==0.11.7",
|
2020-07-22 18:10:17 +02:00
|
|
|
"voluptuous-serialize==2.4.0",
|
2020-08-09 00:03:57 +02:00
|
|
|
"yarl==1.4.2",
|