diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-02-18 01:09:01 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-02-18 01:09:01 -0800 |
| commit | a9329a03592d2634926da2dbe9559b6c4a39dd6d (patch) | |
| tree | a61c5b8472a3a5db7660ae971235b9fcffe65475 /pyproject.toml | |
| parent | d7d83d6e733aec3ec0da40e28d185d79911a4cbf (diff) | |
add gunicorn
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6a84e61..5c7f830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "flask>=3.1.2", + "gunicorn>=25.1.0", "python-dotenv>=1.2.1", "yt-dlp>=2026.2.4", ] |
