Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbolster committed Feb 20, 2024
1 parent f894c4d commit fedeb3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
19 changes: 1 addition & 18 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ sphinx-github-changelog = { version = "^1.2.0", optional = true }
setuptools = ">=67.1,<70.0"
xlrd = "^2.0.1"
lxml = "^5.0.0"
# urllib3 2.0 is not compatible with poetry-export-plugin
# https://github.com/python-poetry/poetry-plugin-export/issues/239
urllib3 = ">=1.26,<2"

[tool.poetry.scripts]
bolster = "bolster.cli:main"
Expand Down

0 comments on commit fedeb3d

Please sign in to comment.