Skip to content

Commit

Permalink
Move httpie to testing dependancies (ansible#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkayyali812 authored Aug 29, 2024
1 parent cae95c8 commit 48b44cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ psycopg = "^3.1.17"
xxhash = "*"
pyjwt = { version = "*", extras = ["crypto"] }
ecdsa = "*"
httpie = "^3.2.3"

[tool.poetry.group.test.dependencies]
pytest = "*"
Expand All @@ -66,6 +65,7 @@ requests = { version = "*", python = "<4.0" }
pytest-cov = "^4.1.0"
pytest-lazy-fixture = "^0.6.3"
requests-mock = "*"
httpie = "^3.2.3"

[tool.poetry.group.lint.dependencies]
flake8 = "*"
Expand Down

0 comments on commit 48b44cf

Please sign in to comment.