fix: replace appPublic with bricks_for_python dependency
This commit is contained in:
parent
1a35ac4254
commit
141f6a8ec3
@ -19,9 +19,8 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahserver",
|
|
||||||
"sqlor",
|
"sqlor",
|
||||||
"appPublic"
|
"bricks_for_python",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
@ -29,4 +28,4 @@ where = ["."]
|
|||||||
include = ["financial_management*"]
|
include = ["financial_management*"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
financial_management = ["*.json", "*.sql"]
|
financial_management = ["*.json", "*.sql"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user