Skip to content

Commit

Permalink
chore: fix poetry dev dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
bskim45 committed Jan 15, 2025
1 parent 0803c6a commit cf576e2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 48 deletions.
84 changes: 38 additions & 46 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 = "alfred-coin-ticker"
version = "2.0.0"
version = "2.1.0"
description = ""
authors = ["Bumsoo Kim <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ python = "~3.8"
requests = "^2.27.1"
alfred-workflow = {git = "https://github.com/NorthIsUp/alfred-workflow-py3", rev = "master"}

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
mock = "~3.0.5"

[build-system]
Expand Down

0 comments on commit cf576e2

Please sign in to comment.