Skip to content

Commit

Permalink
Add missing ‹requests› dependency to pyproject.toml
Browse files Browse the repository at this point in the history
Related to #364
Related to packit/agile#552

Signed-off-by: Matej Focko <me@mfocko.xyz>
  • Loading branch information
mfocko authored and abompard committed Jun 13, 2024
1 parent b6d7c96 commit e713416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ crochet = ">=1.12.0"
jsonschema = "^3.2.0 || ^4.0.0"
pika = "^1.2.1"
pyopenssl = ">=21.0.0"
requests = ">=2.5.0"
service-identity = ">=21.1.0"
tomli = "^2.0.1"
twisted = ">=22.4.0"
Expand Down

0 comments on commit e713416

Please sign in to comment.