Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
fastapi
|
2 |
-
aiohttp
|
3 |
uvicorn
|
|
|
4 |
pydantic
|
5 |
-
|
|
|
|
|
|
1 |
fastapi
|
|
|
2 |
uvicorn
|
3 |
+
aiohttp
|
4 |
pydantic
|
5 |
+
slowapi
|
6 |
+
tiktoken
|
7 |
+
python-dotenv
|