Skip to content

Commit c08f162

Browse files
Update requirements.txt
1 parent 3af9539 commit c08f162

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

backend/requirements.txt

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
fastapi
2-
uvicorn[standard]
3-
SQLAlchemy
4-
psycopg2-binary
5-
python-multipart
6-
pydantic
7-
passlib[bcrypt]
8-
python-jose[cryptography]
9-
python-dotenv
10-
alembic
11-
openpyxl
12-
python-dateutil
13-
openai
14-
httpx
15-
apscheduler
16-
weasyprint
17-
pdfplumber
1+
fastapi==0.103.0
2+
uvicorn==0.23.2
3+
psycopg2-binary==2.9.9
4+
sqlalchemy==2.0.20
5+
python-dotenv==1.0.0
6+
pydantic==2.3.0
7+
passlib[bcrypt]==1.7.4
8+
python-multipart==0.0.6
9+
requests==2.31.0
10+
apscheduler==3.10.3
11+
email-validator==2.0.0
12+
openai==1.2.0

0 commit comments

Comments
 (0)