Skip to content

Commit

Permalink
Loosen click and python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed May 14, 2022
1 parent 56c1f79 commit 9825384
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 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
Expand Up @@ -5,11 +5,11 @@ description = ""
authors = ["Michael Milton <michael.r.milton@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
requests = "^2.27.1"
pyparsing = "^3.0.8"
pydantic = "^1.9.0"
click = "^8.1.3"
click = "^7.0.0"
rich = "^12.4.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 9825384

Please sign in to comment.