diff options
| author | Bobby <[email protected]> | 2024-09-13 23:21:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-13 23:21:30 -0400 |
| commit | d666b8b17bd4d04986b5b66b5ffd3bb3dbaea177 (patch) | |
| tree | cb13d0eef1cbdd904dc10f71734be1fd74c58aca | |
| parent | 78fcc482756d0555f2c3f8df63e5cb39cbe482cc (diff) | |
| download | yugen-d666b8b17bd4d04986b5b66b5ffd3bb3dbaea177.tar.xz yugen-d666b8b17bd4d04986b5b66b5ffd3bb3dbaea177.zip | |
Add Gunicorn
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c3469a2..0e69157 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ psycopg2-binary requests django-cors-headers redis +gunicorn |
