requirements.txt

This commit is contained in:
2026-08-05 22:31:53 -07:00
parent 747bf5e02b
commit 74eaa2a3e2
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ This server requires Python 3.10+ and the following packages:
* `httpx`: For asynchronous API requests (e.g., Wikipedia).
```bash
pip install uvicorn starlette Pillow requests httpx
pip install -r requirements.txt
```
### Setup
+5
View File
@@ -0,0 +1,5 @@
uvicorn
starlette
requests
httpx
Pillow