Skip to content

Commit

Permalink
chore: Update black and sort out dev deps (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-tutor authored Jun 4, 2024
1 parent 1b19bbc commit 504ee90
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 27 deletions.
48 changes: 30 additions & 18 deletions poetry.lock

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

16 changes: 7 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,17 @@ include = [ # include cffi compiled files in wheel as otherwise gitignored
python = "^3.10"
av = "^12.1.0"

[tool.poetry.dev-dependencies]
flake8 = "^6.0.0"
isort = "^5.10.1"
black = "^22.3.0"
mypy = "^1.7.0"
pre-commit = "^2.19.0"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
cffi = "^1.16.0"
matplotlib = "^3.9.0"
opencv-python = "^4.9.0.80"
numpy = "^1.26.4"
opencv-python = "^4.9.0.80"
types-cffi = "^1.16.0.20240331"
cffi = "^1.16.0"
flake8 = "^6.0.0"
isort = "^5.10.1"
mypy = "^1.7.0"
pre-commit = "^2.19.0"

[build-system]
requires = ["poetry-core", "cffi"]
Expand Down

0 comments on commit 504ee90

Please sign in to comment.