Mbonea commited on
Commit
3b3a964
·
1 Parent(s): 934d38c

less strict requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
- asyncpg==0.27.0
2
- databases==0.7.0
3
  fastapi
4
- orm==0.3.
5
  transformers
6
  faster-whisper
7
  aiofiles
8
  psycopg2
9
- psycopg2-binary==2.9.5
10
- SQLAlchemy==1.4.46
11
- starlette==0.25.0
12
- typesystem==0.3.1
13
- Werkzeug==2.2.2
14
  passlib # for password hashing
15
  pydantic[email]
16
  uvicorn
 
1
+ asyncpg
2
+ databases
3
  fastapi
4
+ orm
5
  transformers
6
  faster-whisper
7
  aiofiles
8
  psycopg2
9
+ psycopg2-binary
10
+ SQLAlchemy
11
+ # starlette==0.25.0
12
+ # typesystem==0.3.1
13
+ # Werkzeug==2.2.2
14
  passlib # for password hashing
15
  pydantic[email]
16
  uvicorn