Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
Flask
|
2 |
-
requests
|
3 |
-
azure-ai-language-questionanswering
|
4 |
-
azure-cognitiveservices-speech
|
5 |
-
azure-core
|
6 |
-
python-dotenv
|
7 |
-
gunicorn
|
|
|
|
1 |
+
Flask
|
2 |
+
requests
|
3 |
+
azure-ai-language-questionanswering
|
4 |
+
azure-cognitiveservices-speech
|
5 |
+
azure-core
|
6 |
+
python-dotenv
|
7 |
+
gunicorn
|
8 |
+
CORS
|