Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ pypdf
|
|
| 2 |
python-dotenv==1.0.0
|
| 3 |
fastapi>=0.68.0,<0.69.0
|
| 4 |
pydantic>=1.8.0,<2.0.0
|
| 5 |
-
uvicorn>=0.15.0,<0.16.0
|
|
|
|
|
|
| 2 |
python-dotenv==1.0.0
|
| 3 |
fastapi>=0.68.0,<0.69.0
|
| 4 |
pydantic>=1.8.0,<2.0.0
|
| 5 |
+
uvicorn>=0.15.0,<0.16.0
|
| 6 |
+
line-bot-sdk
|