Vishwanath77 commited on
Commit
c85ddc7
·
verified ·
1 Parent(s): b82f276

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -25
requirements.txt CHANGED
@@ -1,25 +1,25 @@
1
- fastapi==0.104.1
2
- uvicorn==0.24.0
3
- sqlalchemy==2.0.23
4
- asyncpg==0.29.0
5
- python-jose[cryptography]==3.3.0
6
- passlib[bcrypt]==1.7.4
7
- python-multipart==0.0.9
8
- pydantic==2.5.0
9
- pydantic-settings==2.1.0
10
- python-dotenv==1.0.0
11
- jinja2==3.1.2
12
- aiofiles==23.2.1
13
- requests==2.31.0
14
- openai==1.3.0
15
- langchain==0.1.0
16
- langchain-community==0.0.10
17
- chromadb==0.4.18
18
- fastapi-mail>=1.5.0
19
- httpx==0.25.1
20
- faiss-cpu==1.7.4
21
- transformers==4.35.2
22
- torch==2.1.1
23
- numpy>=1.24.0
24
- einops==0.7.0
25
- psycopg2-binary==2.9.9
 
1
+ fastapi
2
+ uvicorn
3
+ sqlalchemy>=2.0.0
4
+ asyncpg
5
+ python-jose[cryptography]
6
+ passlib[bcrypt]
7
+ python-multipart
8
+ pydantic>=2.0.0
9
+ pydantic-settings
10
+ python-dotenv
11
+ jinja2
12
+ aiofiles
13
+ requests
14
+ openai
15
+ langchain
16
+ langchain-community
17
+ chromadb
18
+ fastapi-mail
19
+ httpx
20
+ faiss-cpu
21
+ transformers
22
+ torch --index-url https://download.pytorch.org/whl/cpu
23
+ numpy
24
+ einops
25
+ psycopg2-binary