Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 28, 2023
1 parent 61f52d3 commit af3ec09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"lxml >=4.8.0",
"pydantic[email] >=1.0, <2.0",
"xsdata",
"xsdata-pydantic-basemodel @ git+https://github.com/tlambert03/xsdata-pydantic-basemodel",
]

[project.urls]
Expand All @@ -54,7 +55,7 @@ dev = [
"mypy",
]
docs = ["numpydoc", "pygments", "sphinx==5.3.0", "sphinx-rtd-theme==1.1.1", "ipython"]
test = ["pytest", "pytest-cov", "pytest-benchmark"]
test = ["pytest", "pytest-cov", "pytest-benchmark", "xmlschema"]


# https://hatch.pypa.io/latest/config/metadata/
Expand Down

0 comments on commit af3ec09

Please sign in to comment.