mickeywu520 commited on
Commit
2ee9f6a
·
1 Parent(s): 4c97f85

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -13
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- fastapi==0.104.1
2
- uvicorn[standard]==0.24.0
3
- line-bot-sdk==3.5.0
4
- sqlalchemy==2.0.23
5
- psycopg==3.1.13
6
- alembic==1.13.0
7
- pydantic==2.5.0
8
- pydantic-settings==2.1.0
9
- python-multipart==0.0.6
10
- python-dotenv==1.0.0
11
- requests==2.31.0
12
- openai==1.3.0
13
- httpx==0.25.2
 
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