fix: replace sqlor-database-module/bricks-framework with sqlor/bricks_for_python dependencies
This commit is contained in:
parent
d2413401ba
commit
0337665648
@ -20,9 +20,8 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.10",
|
||||
]
|
||||
dependencies = [
|
||||
"ahserver>=1.0.0",
|
||||
"sqlor-database-module>=1.0.0",
|
||||
"bricks-framework>=1.0.0"
|
||||
"sqlor",
|
||||
"bricks_for_python",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@ -30,4 +29,4 @@ dev = ["pytest>=6.0", "black", "flake8"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["unified_dashboard*"]
|
||||
include = ["unified_dashboard*"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user