Commit
·
4c0ff30
1
Parent(s):
a1b6f33
updated requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ fastapi
|
|
2 |
uvicorn[standard]
|
3 |
line-bot-sdk
|
4 |
SQLAlchemy
|
5 |
-
|
6 |
alembic
|
7 |
pydantic
|
8 |
pydantic-settings
|
|
|
2 |
uvicorn[standard]
|
3 |
line-bot-sdk
|
4 |
SQLAlchemy
|
5 |
+
psycopg[binary]==3.1.18
|
6 |
alembic
|
7 |
pydantic
|
8 |
pydantic-settings
|