Skip to content

Commit

Permalink
depps
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikrb committed Nov 6, 2023
1 parent 15c2ecb commit 4fbc1bd
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 5 deletions.
65 changes: 62 additions & 3 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kassalappy"
version = "0.2.0"
version = "0.3.0"
description = ""
authors = ["Bendik R. Brenne <[email protected]>"]
license = "MIT"
Expand All @@ -21,8 +21,8 @@ tabulate = "0.9.*"

[tool.poetry.group.dev.dependencies]
pylint = "3.0.2"
pylint-pydantic = "0.1.8"
ruff = "0.1.3"
pylint-pydantic = "^0.3.0"

[tool.poetry.scripts]
kassalappy = "kassalappy.cli:main"
Expand Down

0 comments on commit 4fbc1bd

Please sign in to comment.