mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2025-11-05 02:58:10 +01:00
15 lines
310 B
TOML
15 lines
310 B
TOML
[project]
|
|
name = "grass-touching-captcha"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"bcrypt>=4.3.0",
|
|
"flask>=3.1.1",
|
|
"flask-login>=0.6.3",
|
|
"pillow>=11.3.0",
|
|
"python-dotenv>=1.1.1",
|
|
"requests>=2.32.4",
|
|
]
|