Skip to content

Commit

Permalink
freeze dulwich version to one with pypi wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jan 23, 2022
1 parent be115bc commit 79b5f6a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
26 changes: 23 additions & 3 deletions poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Flask = { version = "^1.1.2", optional = true }
grafana-api = { version = "^1.0.3", optional = true }
manhole = { version = "^1.8.0", optional = true }
watchdog = { version = "^2.1.0", optional = true }
dulwich = { version = "^0.20.23", optional = true }
better-exceptions = { version = "^0.3.3", optional = true }
CairoSVG = { version = "^2.5.2", optional = true }
kafka-python = { version = "^2.0.2", optional = true }
Expand All @@ -39,6 +38,11 @@ docutils="^0.17.0"
opsgenie-sdk = "^2.1.5"
markdown2 = "^2.4.2"

# we're freezing a specific version here because the latest version doesn't have prebuilt whls on pypi
# and therefore requires gcc to install which we'd like to avoid
# this is similar to the issue at https://github.com/dulwich/dulwich/issues/839
dulwich = { version = "0.20.28", optional = true }

[tool.poetry.dev-dependencies]
pre-commit = "^2.13.0"
pytest = "^6.2.4"
Expand Down

0 comments on commit 79b5f6a

Please sign in to comment.