diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-09 19:11:26 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-09 19:11:26 +0100 |
| commit | 75a3ef7d14fcaedab29da46ba3dc5cf9c1bab699 (patch) | |
| tree | 5b771e755f3a55c6794c649431de35798242a2e0 /pyproject.toml | |
| parent | aa73a7618075b54940d32b7b1e0e751b301bee4d (diff) | |
Added the functionality to automatically generate names or use a local database
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 9e8a793..de1a93f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "match_up" dynamic = ["version"] +dependencies = ["flask", "names"] authors = [ { name="Karan Jayachandra", email="mail@karanjayachandra.com" }, ] |
