summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-04 01:29:43 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-04 01:29:43 +0300
commit5f0627be932d561c92bedc684ab1b8c5646520d4 (patch)
tree078ae657f60dd1bbcdbbdf300d1c7942e958e64b /pyproject.toml
parent90a9675f4444809c72c25a450a40243be8110b68 (diff)
downloadapscheduler-5f0627be932d561c92bedc684ab1b8c5646520d4.tar.gz
Changed the scheduler API to require an explicit start call
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 e9eb5fb..b400d39 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,6 +31,7 @@ dependencies = [
"attrs >= 21.3",
"tenacity ~= 8.0",
"tzlocal >= 3.0",
+ "typing_extensions; python_version < '3.11'"
]
dynamic = ["version"]