Commit
·
2ee9f6a
1
Parent(s):
4c97f85
updated requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
-
line-bot-sdk
|
4 |
-
|
5 |
-
psycopg
|
6 |
-
alembic
|
7 |
-
pydantic
|
8 |
-
pydantic-settings
|
9 |
-
python-multipart
|
10 |
-
python-dotenv
|
11 |
-
requests
|
12 |
-
openai
|
13 |
-
httpx
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
line-bot-sdk
|
4 |
+
SQLAlchemy
|
5 |
+
psycopg
|
6 |
+
alembic
|
7 |
+
pydantic
|
8 |
+
pydantic-settings
|
9 |
+
python-multipart
|
10 |
+
python-dotenv
|
11 |
+
requests
|
12 |
+
openai
|
13 |
+
httpx
|