From f64d5d678bc69fa429e99eab87abca787f10a9ca Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 28 May 2026 17:27:49 -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..1b5b4e5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "captcha-py" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.12" +dependencies = [ + "flask>=3.1.3", + "flask-cors>=6.0.2", + "python-dotenv>=1.2.2", + "wand>=0.7.1", +] -- cgit v1.2.3