Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 57d8de3

Browse files
committed
chore(pyproject.toml): Add packaging as dependency
1 parent 80fd515 commit 57d8de3

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

poetry.lock

+36-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ python = "^3.6"
2525
prompt_toolkit = "^3.0"
2626
requests = "^2.22"
2727
pyperclip = "^1.7"
28+
packaging = "^19.2"
2829

2930
[tool.poetry.dev-dependencies]
3031
black = {version = "^18.3-alpha.0", allow-prereleases = true}

0 commit comments

Comments
 (0)