diff --git a/README.md b/README.md index e69de29..1e50e22 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +A captcha/login page which only allows you to register if you post an image of you touching grass \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d7703bf --- /dev/null +++ b/requirements.txt @@ -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