Testys commited on
Commit
4ffd2d2
·
1 Parent(s): 71a3948

Requirements File for codebase

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,16 +1,18 @@
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]
 
 
15
  passlib[bcrypt]
16
- fastapi-users[sqlalchemy,oauth2]
 
1
+ fastapi
2
+ uvicorn
3
+ databases[postgresql]
4
  asyncpg
5
  pydantic
6
  pydantic[email]
7
+ pydantic[email,cryptography]
8
+ python-dotenv
9
  sqlalchemy
10
  supabase
11
  psycopg2-binary
12
  bcrypt
13
  python-multipart
14
+ python-jose
15
+ streamlit
16
+ sqlmodel
17
  passlib[bcrypt]
18
+ pydantic-settings