diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index f5d019f..5e70249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,11 @@ authors = [ {name = "vosjedev",email = "vosje+git@vosjedev.net"} ] readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.12" dependencies = [ "cherrypy (>=18.10.0,<19.0.0)", - "imap-tools (>=1.11.0,<2.0.0)" + "imap-tools (>=1.11.0,<2.0.0)", + "cheroot (<11.0.0)" ] [tool.poetry] |
