Skip to content

Commit

Permalink
Forgot the comma
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed May 20, 2024
1 parent a8a7f85 commit 967b2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"urllib3==1.26.18",
"docker==6.0.0",
# avoid specific requests version to fix bug in docker-py
"requests > 2.26.0 != 2.32.0",
"requests > 2.26.0, != 2.32.0",
# License: BSD
"psutil==5.9.4",
# License: MIT
Expand Down

0 comments on commit 967b2ba

Please sign in to comment.