diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-05 11:23:34 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-05 11:23:34 -0700 |
| commit | 95d56dd94153cf464ada2c9bbbe840a3da14f98a (patch) | |
| tree | 9967f18d5f0a6f0f189078f0fa05929bd234980f /pyproject.toml | |
init commit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..05bcb0a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "list-of-considerations" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "flask>=3.1.3", + "flask-cors>=6.0.2", + "python-dotenv>=1.2.2", + "requests>=2.34.2", +] |
