feat: indie status page SaaS - initial release

This commit is contained in:
Ubuntu 2026-04-25 09:39:57 +00:00
parent ee2bc87ade
commit b7a8142ca0
14 changed files with 2703 additions and 0 deletions

View file

@ -20,6 +20,10 @@ dependencies = [
"httpx>=0.27,<1.0",
"typer>=0.9,<1.0",
"rich>=13.0,<14.0",
"python-jose[cryptography]>=3.3,<4.0",
"passlib[bcrypt]>=1.7,<2.0",
"bcrypt==4.0.1",
"email-validator>=2.0,<3.0",
]
[project.optional-dependencies]