1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-08 06:55:24 +02:00

chore: drop-apscheduler (#1152)

* rewrite interval timer

* drop apscheduler

* fix type annotations
This commit is contained in:
Hayden 2022-04-10 18:13:38 -08:00 committed by GitHub
parent 4f55020a58
commit 045798e959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 117 additions and 220 deletions

View file

@ -15,7 +15,6 @@ aniso8601 = "7.0.0"
appdirs = "1.4.4"
fastapi = "^0.75.1"
uvicorn = {extras = ["standard"], version = "^0.13.0"}
APScheduler = "^3.8.1"
SQLAlchemy = "^1.4.29"
alembic = "^1.7.5"
Jinja2 = "^2.11.2"