Merge pull request #2090 from henning-schild/henning/staging0

setup: drop leftover dependency "packaging"
This commit is contained in:
Peter Bieringer
2026-04-15 20:47:40 +02:00
committed by GitHub
3 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
* Fix: broken storage/mtime granularity detection on vfat
* Improve: `path_to_filesystem()` by pre-detection of collision-free file system
* Adjustment: MKCOL/MKCALENDAR return now CONFLICT instead of BADREQUEST of file name collision
* Improve: [auth] catch bcrypt>=5.0.0 enforced max password length early and support legacy "passlib" as well as "libpass" (rework 3.6.0)
* Improve: [auth] catch bcrypt>=5.0.0 enforced max password length early and support legacy "passlib" as well as "libpass" (rework 3.6.0, "packaging" not needed anymore)
## 3.7.1
* Fix: share address book collection as birthday calendar not working on non-DEBUG level

View File

@@ -35,7 +35,6 @@ dependencies = [
"vobject>=0.9.6",
"pika>=1.1.0",
"requests",
"packaging",
]

View File

@@ -41,7 +41,6 @@ web_files = ["web/internal_data/css/icon.png",
install_requires = ["defusedxml", "libpass>=1.9.3", "vobject>=0.9.6",
"pika>=1.1.0",
"requests",
"packaging",
]
bcrypt_requires = ["bcrypt"]
argon2_requires = ["argon2-cffi"]