diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-10 15:20:50 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-10 15:20:50 -0700 |
commit | 4cac86ab4a2e66fc7e1a6ce2c80d169073881936 (patch) | |
tree | ab70c40eb58c81eed8746b7385d75c78e578c427 /pyproject.toml | |
parent | d640dfbba33f68c9ca1dc9e767017eeb810e2736 (diff) |
added 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 7a1e9ac..177f353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ flask = "^3.0.0" matplotlib = "^3.8.2" pandas = "^2.1.3" numpy = "^1.26.2" +gunicorn = "^21.2.0" [build-system] |