summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-07-26 19:49:41 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-07-27 13:02:08 +0300
commit032e5ef97fb252227717f21a7150cc73e19f41c3 (patch)
tree49360033338f1264d8c4f58e214535c8673458f9 /pyproject.toml
parent14862581e46da0698d63e98558f9932e5fc0b7e1 (diff)
downloadapscheduler-032e5ef97fb252227717f21a7150cc73e19f41c3.tar.gz
Tested SQLAlchemy data store against MySQL, and fixed missing "await"
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 004c1dd..816a9a7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,6 +42,7 @@ redis = ["redis >= 4.0"]
sqlalchemy = ["sqlalchemy >= 1.4.22"]
test = [
"asyncpg >= 0.20",
+ "asyncmy >= 0.2.5",
"cbor2 >= 5.0",
"coverage",
"freezegun",