mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
First commit
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "grass-touching-captcha"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"dotenv>=0.9.9",
|
||||
"flask>=3.1.1",
|
||||
"flask-login>=0.6.3",
|
||||
"numpy>=2.3.2",
|
||||
"requests>=2.32.4",
|
||||
]
|
||||
Reference in New Issue
Block a user