Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfiola committed Jan 29, 2024
1 parent cb85937 commit 025a67e
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 @@ -28,16 +28,16 @@ maintainers = [
]
keywords = ["load testing", "performance", "locust", "grasshopper"]
license = {file = "LICENSE"}
requires-python = ">=3.9,<4"
requires-python = ">=3.10,<4"
dependencies = [
"gevent ~=21.12.0",
"gevent ~=23.9.1",
"influxdb ~= 5.3.1",
"locust ~= 2.12.2",
"locust ~= 2.21.0",
"locust-influxdb-listener ~= 1.0.2",
"pytest ~= 6.2.5",
"termcolor ~= 1.1.0",
"pyyaml >= 5.4.1",
"tag-matcher ~= 0.0.5"
"tag-matcher ~= 0.0.5",
"termcolor ~= 1.1.0",
]

[project.urls]
Expand Down

0 comments on commit 025a67e

Please sign in to comment.