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 | a74cdf64c155303c351d766a41b8a803979ce16a (patch) | |
| tree | 3b1284498c37b8d8530dbfd2bb1837b76d7f714a | |
| parent | e66e74e3121931a8b8ede6ffb5222523c85e623d (diff) | |
| download | temp_pred_arima-a74cdf64c155303c351d766a41b8a803979ce16a.tar.xz temp_pred_arima-a74cdf64c155303c351d766a41b8a803979ce16a.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 |
