Spaces:
Sleeping
Sleeping
Michael Natanael
commited on
Commit
·
c10241d
1
Parent(s):
0c67b3e
add psycopg2 to connect to PostgreSQL
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ Click==7.0
|
|
2 |
Flask==1.1.2
|
3 |
Flask-SQLAlchemy==2.4.4
|
4 |
flask_login
|
|
|
5 |
werkzeug
|
6 |
gunicorn==19.9.0
|
7 |
itsdangerous==1.1.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
|