@@ -23,20 +23,18 @@ documentation = "https://procrastinate.readthedocs.io/"
2323procrastinate = ' procrastinate.cli:main'
2424
2525[tool .poetry .dependencies ]
26- python = " ^3.8 "
26+ python = " ^3.9 "
2727aiopg = { version = " *" , optional = true }
2828anyio = " *"
2929asgiref = " *"
3030attrs = " *"
3131contextlib2 = { version = " *" , python = " <3.10" }
3232croniter = " *"
3333django = { version = " >=2.2" , optional = true }
34- importlib-resources = { version = " >=1.4" , python = " <3.9" }
3534psycopg = { extras = [" pool" ], version = " *" }
3635psycopg2-binary = { version = " *" , optional = true }
3736python-dateutil = " *"
3837sqlalchemy = { version = " ^2.0" , optional = true }
39- typing-extensions = { version = " *" , python = " <3.8" }
4038sphinx = { version = " *" , optional = true }
4139
4240[tool .poetry .extras ]
@@ -79,7 +77,7 @@ psycopg = [
7977[tool .poetry .group .django .dependencies ]
8078django = [
8179 { version = " 4.2.*" , python = " <3.10" },
82- { version = " *" , python = " ^ 3.10" },
80+ { version = " *" , python = " >= 3.10" },
8381]
8482
8583[tool .poetry .group .test .dependencies ]
0 commit comments