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}
|
||||||
)
|
)
|
||||||
|
@ -5,3 +5,5 @@ pyodbc
|
|||||||
python-jose
|
python-jose
|
||||||
psycopg2
|
psycopg2
|
||||||
bcrypt
|
bcrypt
|
||||||
|
passlib
|
||||||
|
uvicorn
|
Reference in New Issue
Block a user