fix: replace appbase/rbac with sqlor/bricks_for_python dependencies
This commit is contained in:
parent
a72637b2a3
commit
afb5d8fc2e
@ -19,11 +19,11 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.10",
|
||||
]
|
||||
dependencies = [
|
||||
"appbase",
|
||||
"rbac",
|
||||
"sqlor",
|
||||
"bricks_for_python",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["contract_management*"]
|
||||
exclude = ["skill*", "wwwroot*", "models*", "json*", "init*"]
|
||||
exclude = ["skill*", "wwwroot*", "models*", "json*", "init*"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user