aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-12-06 09:23:57 +0100
committerVosjedev <vosje@vosjedev.net>2025-12-06 09:23:57 +0100
commita455e4696076a476cd73b58e75092ff3ea519b7a (patch)
tree537b4779b3b932b989da4e7eb29b3d5efc8974ab /pyproject.toml
parent2b79b95c22126b39d0abbfa41a87378692e8dfc1 (diff)
downloadacit-a455e4696076a476cd73b58e75092ff3ea519b7a.tar.gz
acit-a455e4696076a476cd73b58e75092ff3ea519b7a.tar.bz2
acit-a455e4696076a476cd73b58e75092ff3ea519b7a.tar.xz
Remove cheroot from deps, as pinning it to <11 is no longer needed
https://github.com/cherrypy/cheroot/issues/769#issuecomment-3503822116 was fixed, so we don't need to pin cheroot anymore.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5a601e6..ae6103c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,6 @@ requires-python = ">=3.12"
dependencies = [
"cherrypy (>=18.10.0,<19.0.0)",
"imap-tools (>=1.11.0,<2.0.0)",
- "cheroot (<11.0.0)",
"mariadb (>=1.1.14,<2.0.0)",
"pygments (>=2.19.2,<3.0.0)"
]