Skip to content

Commit

Permalink
Drop the git-based dependencies as PyPI does not like it
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jan 17, 2022
1 parent 6adff0d commit 57977dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ bodhi-messages = {version = "^5.5", optional = true}
fedocal-messages = {version = "^1.5.0", optional = true}
fedora-planet-messages = {version = "^1.0.0", optional = true}
noggin-messages = {version = "^1.0.0", optional = true}
fedorainfra-ansible-messages = {git = "https://github.com/fedora-infra/fedorainfra-ansible-messages.git", rev = "master", optional = true}
nuancier-messages = {git = "https://github.com/fedora-infra/nuancier-messages.git", rev = "dev", optional = true}
fedorainfra-ansible-messages = {version = "*", optional = true}
nuancier-messages = {version = "^1.0.0", optional = true}

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

0 comments on commit 57977dc

Please sign in to comment.