Fixed requirements and pgsql

This commit is contained in:
2021-07-23 14:58:15 +09:00
parent f1186d7483
commit 3fdd87a314
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ from sqlalchemy.ext.declarative import declarative_base
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(
SQL_ALCHEMY_DATABASE_URL_PGSQL #, connect_args = {"check_same_thread": False}
)

View File

@ -5,3 +5,5 @@ pyodbc
python-jose
psycopg2
bcrypt
passlib
uvicorn