Skip to content

Commit

Permalink
fix some dependencies to conform to existing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfiola committed May 28, 2024
1 parent 005374f commit 271b1eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ requires-python = ">=3.10,<4"
dependencies = [
"gevent >=24.2.1",
"influxdb >= 5.3.1",
"locust ~= 2.23.1",
"locust-influxdb-listener ~= 1.0.2",
"locust ~= 2.23",
"locust-influxdb-listener ~= 1.0",
"pytest >= 6.2.5",
"pyyaml >= 5.4.1",
"tag-matcher >= 0.0.5",
"termcolor >= 1.1.0",
"termcolor ~= 1.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 271b1eb

Please sign in to comment.