Fixed requirements and pgsql
This commit is contained in:
@ -3,7 +3,7 @@ from sqlalchemy.ext.declarative import declarative_base
|
|||||||
from sqlalchemy.orm import sessionmaker
|
from sqlalchemy.orm import sessionmaker
|
||||||
|
|
||||||
|
|
||||||
SQL_ALCHEMY_DATABASE_URL_PGSQL = "postgresql+psycopg2://postgres:@localhost/general"
|
SQL_ALCHEMY_DATABASE_URL_PGSQL = "postgresql+psycopg2://postgres:159357@localhost/general"
|
||||||
engine = create_engine(
|
engine = create_engine(
|
||||||
SQL_ALCHEMY_DATABASE_URL_PGSQL #, connect_args = {"check_same_thread": False}
|
SQL_ALCHEMY_DATABASE_URL_PGSQL #, connect_args = {"check_same_thread": False}
|
||||||
)
|
)
|
||||||
|
@ -4,4 +4,6 @@ python-multipart
|
|||||||
pyodbc
|
pyodbc
|
||||||
python-jose
|
python-jose
|
||||||
psycopg2
|
psycopg2
|
||||||
bcrypt
|
bcrypt
|
||||||
|
passlib
|
||||||
|
uvicorn
|
Reference in New Issue
Block a user