Skip to content

Commit 361da90

Browse files
fix: forget to move pydantic from dev to prod dependencies
1 parent 0518231 commit 361da90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ requests = "^2.31.0"
2020
python-magic = "^0.4.27"
2121
tqdm = "^4.66.2"
2222
openpyxl = "^3.1.2"
23+
pydantic = "^2.5.2"
2324

2425
[tool.poetry.group.dev.dependencies]
2526
pytest = "^7.4.3"
2627
python-dotenv = "^1.0.0"
27-
pydantic = "^2.5.2"
2828
isort = "^5.13.1"
2929
black = "^23.12.0"
3030
flake8 = "^6.1.0"

0 commit comments

Comments
 (0)