docs: update install instructions to pip install metaorm
This commit is contained in:
@@ -28,7 +28,7 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"pydantic>=2.0",
|
||||
"pydantic-filters @ git+https://github.com/OlegYurchik/pydantic-filters.git@fix/compare-to-pydantic-2.12",
|
||||
"pydantic-filters>=0.4.0",
|
||||
"sqlalchemy>=2.0",
|
||||
"sqlmodel>=0.0.22",
|
||||
]
|
||||
@@ -69,6 +69,3 @@ testpaths = ["tests"]
|
||||
[tool.coverage.report]
|
||||
fail_under = 90
|
||||
show_missing = true
|
||||
|
||||
[tool.uv.sources]
|
||||
pydantic-filters = { git = "https://github.com/OlegYurchik/pydantic-filters", branch = "fix/compare-to-pydantic-2.12" }
|
||||
|
||||
Reference in New Issue
Block a user