Testys commited on
Commit
cac5e30
·
1 Parent(s): 73d94a0

Push code for the work

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- fastapi==0.104.1
2
- uvicorn[standard]==0.24.0
3
- databases[postgresql]==0.8.0
4
- asyncpg==0.29.0
5
- pydantic==2.5.0
6
- pydantic[email]==2.5.0
7
- pydantic-settings==2.1.0
8
- python-dotenv==1.0.0
9
- sqlalchemy==2.0.23
10
- supabase==2.0.0
11
- psycopg2-binary==2.9.9
12
- bcrypt==4.1.2
13
- python-multipart==0.0.6
14
- python-jose[cryptography]==3.3.0
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ databases[postgresql]
4
+ asyncpg
5
+ pydantic
6
+ pydantic[email]
7
+ pydantic-settings
8
+ python-dotenv
9
+ sqlalchemy
10
+ supabase
11
+ psycopg2-binary
12
+ bcrypt
13
+ python-multipart
14
+ python-jose[cryptography]