Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
slepp22 committed Apr 27, 2024
1 parent 4bfeca7 commit daf2f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ def get_db():
finally:
db.close()

#debugging
print(db.config.get_database_url())
app.include_router(routers.router)



app.include_router(routers.router)


2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ httptools==0.6.1
idna==3.7
Mako==1.3.3
MarkupSafe==2.1.5
psycopg2==2.9.9
psycopg2-binary
pydantic==2.7.1
pydantic_core==2.18.2
python-dotenv==1.0.1
Expand Down

0 comments on commit daf2f5f

Please sign in to comment.