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
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"