diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-10-17 15:36:11 +0200 | 
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-10-17 15:36:11 +0200 | 
| commit | 4158b011beb6b3082bba541a0e48091dd2c68891 (patch) | |
| tree | 80d53c1ddfe115ee49bd2646adb637563dcd55a0 /requirements.txt | |
| parent | d1e59579ca19454369d56a8c7525e109a86841e2 (diff) | |
add gunicorn to requirements
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2b85a49..fba4e48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,8 @@ asgiref==3.9.1  Django==5.2.5  django-stubs==5.2.2  django-stubs-ext==5.2.2 +gunicorn==23.0.0 +packaging==25.0  sqlparse==0.5.3  types-PyYAML==6.0.12.20250822  typing_extensions==4.15.0  | 
