Skip to content

Commit

Permalink
Fix dependency issue when exporting to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharkes committed Jul 25, 2024
1 parent 59a98f8 commit ed9ce09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
33 changes: 1 addition & 32 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 @@ randomname = "^0.1.5"
wireguard-tools = "^0.4.0"
zeroconf = "^0.38.7"

# workaround for an odd dependency issue in poetry export
urllib3 = "<1.27"

[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
jsonpatch = "^1.32"
Expand Down

0 comments on commit ed9ce09

Please sign in to comment.