diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 12:17:33 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 12:17:33 +0100 |
| commit | b3b42cc1b83beada92f38004a9d3febd2f69d615 (patch) | |
| tree | 11dfbc29cba9199ad9db32de6a2a4de8f749f237 /pyproject.toml | |
| parent | 100670e1d0b374e3c495407e55f4660cba62a0f6 (diff) | |
Changed to the HTTP port
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 087f689..e547e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "match_up" dynamic = ["version"] -dependencies = ["flask", "pandas", "sqlalchemy", "names"] +dependencies = ["flask", "waitress", "pandas", "sqlalchemy", "names"] authors = [ { name="Karan Jayachandra", email="mail@karanjayachandra.com" }, ] |
