update req.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@ anyio==4.8.0
|
|
| 4 |
certifi==2025.1.31
|
| 5 |
charset-normalizer==3.4.1
|
| 6 |
click==8.1.8
|
|
|
|
| 7 |
fastapi==0.115.8
|
| 8 |
ffmpy==0.5.0
|
| 9 |
filelock==3.17.0
|
|
@@ -28,7 +29,9 @@ pydantic==2.10.6
|
|
| 28 |
pydantic_core==2.27.2
|
| 29 |
pydub==0.25.1
|
| 30 |
Pygments==2.19.1
|
|
|
|
| 31 |
python-dateutil==2.9.0.post0
|
|
|
|
| 32 |
python-multipart==0.0.12
|
| 33 |
pytz==2025.1
|
| 34 |
PyYAML==6.0.2
|
|
|
|
| 4 |
certifi==2025.1.31
|
| 5 |
charset-normalizer==3.4.1
|
| 6 |
click==8.1.8
|
| 7 |
+
dnspython==2.7.0
|
| 8 |
fastapi==0.115.8
|
| 9 |
ffmpy==0.5.0
|
| 10 |
filelock==3.17.0
|
|
|
|
| 29 |
pydantic_core==2.27.2
|
| 30 |
pydub==0.25.1
|
| 31 |
Pygments==2.19.1
|
| 32 |
+
pymongo==4.12.0
|
| 33 |
python-dateutil==2.9.0.post0
|
| 34 |
+
python-dotenv==1.1.0
|
| 35 |
python-multipart==0.0.12
|
| 36 |
pytz==2025.1
|
| 37 |
PyYAML==6.0.2
|