Skip to content

Commit

Permalink
chore(deps): drop Pydantic dependency
Browse files Browse the repository at this point in the history
We don't use the library at all - probably what happened is that we
copied the deps from somewhere else.

Fixes #201
  • Loading branch information
tigarmo committed Nov 29, 2023
1 parent 356b711 commit 1e6ac81
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ sphinx-tabs
sphinxcontrib-jquery
sphinxext-opengraph
# Extra, craft-cli-specific requirements for the docs
sphinx-pydantic==0.1.1
sphinx-toolbox==3.5.0
sphinx-lint==0.9.0
pytest>=7.0.0 # This is just because this is imported by the code
1 change: 0 additions & 1 deletion docs/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
"sphinx.ext.doctest",
"sphinx_design",
"sphinx_copybutton",
"sphinx-pydantic",
"sphinx.ext.autodoc",
"sphinx_toolbox",
]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ authors = [
]
dependencies = [
"platformdirs",
"pydantic",
"pyyaml",
"pywin32; sys_platform == 'win32'"
]
Expand Down

0 comments on commit 1e6ac81

Please sign in to comment.