From 95d56dd94153cf464ada2c9bbbe840a3da14f98a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 5 Jun 2026 11:23:34 -0700 Subject: init commit --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3