Skip to content

Commit

Permalink
change dependencies to not make things take forever downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfiola committed May 28, 2024
1 parent dd98ec2 commit 005374f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ keywords = ["load testing", "performance", "locust", "grasshopper"]
license = {file = "LICENSE"}
requires-python = ">=3.10,<4"
dependencies = [
"gevent ~=24.2.1",
"influxdb ~= 5.3.1",
"gevent >=24.2.1",
"influxdb >= 5.3.1",
"locust ~= 2.23.1",
"locust-influxdb-listener ~= 1.0.2",
"pytest ~= 6.2.5",
"pytest >= 6.2.5",
"pyyaml >= 5.4.1",
"tag-matcher ~= 0.0.5",
"termcolor ~= 1.1.0",
"tag-matcher >= 0.0.5",
"termcolor >= 1.1.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 005374f

Please sign in to comment.