Skip to content

Commit

Permalink
Update version of click supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawson R committed Sep 9, 2024
1 parent c0a8245 commit 4470a4f
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 13 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
# Environment
.env
.envrc

# Compiles and caches
__pycache__
Expand All @@ -9,4 +11,8 @@ dist/
*.egg-info

# Virtual envs
.venv/
.venv/

# Misc
.DS_Store
.aider*
119 changes: 113 additions & 6 deletions poetry.lock

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

12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ authors = ["Dawson R <[email protected]>"]
license = "MIT"
readme = "README.md"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "^3.12"
click = "^6.6"
click = ">=8.0.0,<9.0.0"
wheel = "^0.44.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"

0 comments on commit 4470a4f

Please sign in to comment.