Ethanmaht commited on
Commit
c84d53b
·
verified ·
1 Parent(s): 2d03fd5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- # Core dependencies
2
- fastapi
3
- uvicorn
4
- tiktoken
5
-
6
- # Performance optimizations
7
- uvloop
8
- httptools
9
- apscheduler
 
 
 
1
+ aiohttp
2
+ apscheduler
3
+ beautifulsoup4
4
+ fastapi
5
+ requests
6
+ starlette
7
+ tiktoken
8
+ urllib3
9
+ uvicorn
10
+ uvloop
11
+ httptools