fix leaderboard looks, add OCR, make the captcha only show if you add a username and password

This commit is contained in:
csd4ni3l
2025-08-12 15:17:43 +02:00
parent 453250b862
commit 623bd155cb
10 changed files with 242 additions and 225 deletions

View File

@@ -6,10 +6,10 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bcrypt>=4.3.0",
"dotenv>=0.9.9",
"english-words>=2.0.1",
"flask>=3.1.1",
"flask-login>=0.6.3",
"numpy>=2.3.2",
"pillow>=11.3.0",
"python-dotenv>=1.1.1",
"requests>=2.32.4",
]