diff options
| author | Priyansh <[email protected]> | 2021-11-17 15:05:56 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-11-17 15:05:56 -0500 |
| commit | 937e765653e7030caf23b28a33b279077f87a681 (patch) | |
| tree | 3b1284498c37b8d8530dbfd2bb1837b76d7f714a | |
| parent | 22d34823c3c37f96514347e92df0a21c28f93dfd (diff) | |
| download | temp_pred_arima-937e765653e7030caf23b28a33b279077f87a681.tar.xz temp_pred_arima-937e765653e7030caf23b28a33b279077f87a681.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 dd9f47b..bb022de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ flask pandas +gunicorn |
