diff --git a/databases/pgsql/database.py b/databases/pgsql/database.py index d93a891..daa0d3f 100644 --- a/databases/pgsql/database.py +++ b/databases/pgsql/database.py @@ -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} ) diff --git a/requirements.txt b/requirements.txt index 4c74f17..bc374e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ python-multipart pyodbc python-jose psycopg2 -bcrypt \ No newline at end of file +bcrypt +passlib +uvicorn \ No newline at end of file