feat: initial CronHub release
- FastAPI backend avec APScheduler - API REST complète (CRUD + toggle + run + logs) - UI Jinja2 + Tailwind (charte orange/slate) - SQLite pour la persistance - Docker + Traefik labels - Swagger docs auto sur /docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fastapi==0.111.0
|
||||
uvicorn[standard]==0.29.0
|
||||
jinja2==3.1.4
|
||||
python-multipart==0.0.9
|
||||
apscheduler==3.10.4
|
||||
aiosqlite==0.20.0
|
||||
pydantic==2.7.1
|
||||
croniter==2.0.5
|
||||
Reference in New Issue
Block a user