Spaces:
Sleeping
Sleeping
Michael Natanael
commited on
Commit
·
3bd6668
1
Parent(s):
c10241d
add psycopg2 to connect to PostgreSQL
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,14 +2,14 @@ Click==7.0
|
|
2 |
Flask==1.1.2
|
3 |
Flask-SQLAlchemy==2.4.4
|
4 |
flask_login
|
5 |
-
psycopg2
|
6 |
-
werkzeug
|
7 |
gunicorn==19.9.0
|
8 |
itsdangerous==1.1.0
|
9 |
Jinja2==2.11.3
|
10 |
MarkupSafe==1.1.1
|
11 |
SQLAlchemy==1.3.22
|
12 |
Werkzeug==1.0.1
|
|
|
|
|
13 |
faster_whisper
|
14 |
# openai-whisper
|
15 |
# setuptools-rust
|
|
|
2 |
Flask==1.1.2
|
3 |
Flask-SQLAlchemy==2.4.4
|
4 |
flask_login
|
|
|
|
|
5 |
gunicorn==19.9.0
|
6 |
itsdangerous==1.1.0
|
7 |
Jinja2==2.11.3
|
8 |
MarkupSafe==1.1.1
|
9 |
SQLAlchemy==1.3.22
|
10 |
Werkzeug==1.0.1
|
11 |
+
psycopg2
|
12 |
+
psycopg2-binary
|
13 |
faster_whisper
|
14 |
# openai-whisper
|
15 |
# setuptools-rust
|