Blaise commited on
Commit ·
3d53550
1
Parent(s): 5445257
Revert httpx and httpcore versions to previous compatible states
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio
|
| 2 |
googletrans==4.0.0-rc1
|
| 3 |
-
httpx==0.
|
| 4 |
-
httpcore==0.
|
| 5 |
# deepl # décommentez si vous utilisez une clé DeepL
|
|
|
|
| 1 |
gradio
|
| 2 |
googletrans==4.0.0-rc1
|
| 3 |
+
httpx==0.13.3
|
| 4 |
+
httpcore==0.9.1
|
| 5 |
# deepl # décommentez si vous utilisez une clé DeepL
|