Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.119.0
|
| 2 |
+
uvicorn[standard]==0.32.1
|
| 3 |
+
httpx==0.28.1
|
| 4 |
+
pydantic==2.10.4
|
| 5 |
+
pytest==8.3.5
|
| 6 |
+
playwright==1.49.1
|
| 7 |
+
openai==1.82.0
|
| 8 |
+
Pillow==11.1.0
|
| 9 |
+
mkdocs==1.6.1
|
| 10 |
+
mkdocs-material==9.6.7
|
| 11 |
+
mkdocs-redirects==1.2.2
|
| 12 |
+
mkdocs-static-i18n==1.3.0
|
| 13 |
+
pymdown-extensions==10.14.3
|