Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +25 -25
requirements.txt
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
sqlalchemy=
|
| 4 |
-
asyncpg
|
| 5 |
-
python-jose[cryptography]
|
| 6 |
-
passlib[bcrypt]
|
| 7 |
-
python-multipart
|
| 8 |
-
pydantic=
|
| 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
|
| 23 |
-
numpy
|
| 24 |
-
einops
|
| 25 |
-
psycopg2-binary
|
|
|
|
| 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
|