Add requirements.txt and README

This commit is contained in:
csd4ni3l
2025-08-08 18:11:04 +02:00
parent 8ab56b218f
commit 3fcbbcfe34
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
A captcha/login page which only allows you to register if you post an image of you touching grass

41
requirements.txt Normal file
View File

@@ -0,0 +1,41 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
blinker==1.9.0
# via flask
certifi==2025.8.3
# via requests
charset-normalizer==3.4.2
# via requests
click==8.2.1
# via flask
dotenv==0.9.9
# via grass-touching-captcha (pyproject.toml)
flask==3.1.1
# via
# grass-touching-captcha (pyproject.toml)
# flask-login
flask-login==0.6.3
# via grass-touching-captcha (pyproject.toml)
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via flask
markupsafe==3.0.2
# via
# flask
# jinja2
# werkzeug
numpy==2.3.2
# via grass-touching-captcha (pyproject.toml)
python-dotenv==1.1.1
# via dotenv
requests==2.32.4
# via grass-touching-captcha (pyproject.toml)
urllib3==2.5.0
# via requests
werkzeug==3.1.3
# via
# flask
# flask-login