aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-28 17:27:49 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-28 17:27:49 -0700
commitf64d5d678bc69fa429e99eab87abca787f10a9ca (patch)
treed3d949f3e930d8e33b8c0b510a1fa2e146474433 /pyproject.toml
init commitmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
1 files changed, 12 insertions, 0 deletions
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",
+]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage