Skip to content

Commit 569136e

Browse files
committed
🆙 UPGRADE: Dependency management for v2.0.0
1 parent 9693db3 commit 569136e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pickpack"
3-
version = "1.0.2"
3+
version = "2.0.0"
44
description = "Based on wong2's pick, pickpack is a terminal GUI which allows you to pick one or more options from a tree structure"
55
authors = ["Ana <anafvana@gmail.com>", "wong2 <wonderfuly@gmail.com>"]
66
license = "MIT"
@@ -11,9 +11,9 @@ keywords = ["terminal", "gui", "pick", "tree"]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.9"
14-
windows-curses = {version = "^2.2.0", platform = "win32"}
14+
windows-curses = { version = "^2.2.0", platform = "win32" }
1515
dataclasses = { version = "^0.8", python = "~3.6" }
16-
anytree = {version = "^2.8"}
16+
anytree = { version = "^2.8" }
1717

1818
[tool.poetry.group.dev.dependencies]
1919
pytest = "^7.2.0"

0 commit comments

Comments
 (0)