add gunicorn as project dependency, remove leftover tinydb
This commit is contained in:
@@ -76,7 +76,6 @@ Available settings in `config.py`:
|
|||||||
5. Use a production WSGI server (e.g., gunicorn):
|
5. Use a production WSGI server (e.g., gunicorn):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv add gunicorn
|
|
||||||
uv run gunicorn -w 4 -b 0.0.0.0:5000 app:app
|
uv run gunicorn -w 4 -b 0.0.0.0:5000 app:app
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ requires-python = ">=3.13"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"bcrypt>=5.0.0",
|
"bcrypt>=5.0.0",
|
||||||
"flask>=3.1.3",
|
"flask>=3.1.3",
|
||||||
|
"gunicorn>=26.0.0",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user