mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-12 21:44:21 -06:00
Simplify this for now without many groups, add Python version to enable the caching better?
This commit is contained in:
committed by
Trenton H
parent
c02c621328
commit
645c5f0e8e
@@ -38,6 +38,7 @@ dependencies = [
|
||||
"filelock~=3.17.0",
|
||||
"flower~=2.0.1",
|
||||
"gotenberg-client~=0.9.0",
|
||||
"granian~=1.7.6",
|
||||
"httpx-oauth~=0.16",
|
||||
"imap-tools~=1.10.0",
|
||||
"inotifyrecursive~=0.3",
|
||||
@@ -67,18 +68,14 @@ dependencies = [
|
||||
"zxing-cpp~=2.3.0",
|
||||
]
|
||||
|
||||
optional-dependencies.webserver = [
|
||||
"granian~=1.7.6",
|
||||
]
|
||||
# TODO: Move certain things to groups and then utilize that further
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
dev = [
|
||||
{ "include-group" = "docs" },
|
||||
{ "include-group" = "testing" },
|
||||
{ "include-group" = "typing" },
|
||||
{ "include-group" = "lint" },
|
||||
"deptry>=0.15.0",
|
||||
]
|
||||
|
||||
testing = [
|
||||
|
||||
Reference in New Issue
Block a user