Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -6,5 +6,6 @@ Pillow
|
|
| 6 |
gTTS
|
| 7 |
SpeechRecognition
|
| 8 |
geopy
|
| 9 |
-
googletrans==4.0.0rc1
|
| 10 |
-
bcrypt
|
|
|
|
|
|
| 6 |
gTTS
|
| 7 |
SpeechRecognition
|
| 8 |
geopy
|
| 9 |
+
googletrans==4.0.0rc1
|
| 10 |
+
bcrypt
|
| 11 |
+
httpcore==0.15.0 # IMPORTANT: Pinning httpcore to a compatible version
|