danicor commited on
Commit
f29052d
·
verified ·
1 Parent(s): 5c197da

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ aiohttp==3.9.1
4
+ asyncio==3.4.3
5
+ pydantic==2.5.0
6
+ torch==2.1.0
7
+ transformers==4.35.0
8
+ sentencepiece==0.1.99
9
+ protobuf==4.25.1
10
+ numpy==1.24.3
11
+ requests==2.31.0
12
+ python-multipart==0.0.6
13
+ python-dotenv==1.0.0
14
+ psutil==5.9.6
15
+ redis==5.0.1
16
+ sqlalchemy==2.0.23
17
+ alembic==1.12.1
18
+ httpx==0.25.2
19
+ tenacity==8.2.3
20
+ prometheus-client==0.17.1
21
+ structlog==23.2.0
22
+ colorlog==6.7.0