Skip to content

Commit

Permalink
chore(global): remove unused pydantic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Saucisse à roulettes committed Jul 1, 2023
1 parent c3ebc0a commit a707bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
78 changes: 2 additions & 76 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ packages = [{include = "ppa"}]

[tool.poetry.dependencies]
python = "^3.11"
pydantic = {version = "^1.10.9"}

[tool.poetry.group.dev.dependencies]
pydantic = {extras = ["mypy"], version = "^1.10.9"}
pytest = "^7.3.2"
mypy = "^1.3.0"
black = {extras = ["d"], version = "^23.3.0"}
Expand Down

0 comments on commit a707bf2

Please sign in to comment.