mirror of https://github.com/locustio/locust.git
correct version pinning
This commit is contained in:
parent
ad5dc4549e
commit
7ebfaf2293
|
@ -2407,4 +2407,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9"
|
||||
content-hash = "fe62e2430b2750fb006f7fe225752ad640c1f7f218340ad7f61536efcc2c8151"
|
||||
content-hash = "1050d42ce5556e12125ef26b02bd15c33cf73e5226231748f98d57246e420174"
|
||||
|
|
|
@ -114,7 +114,7 @@ python = ">=3.9"
|
|||
|
||||
gevent = [
|
||||
{ version = ">=22.10.2", python = "<=3.12" },
|
||||
{ version = ">=24.10.1", python = ">3.13" },
|
||||
{ version = ">=24.10.1", python = ">3.12" },
|
||||
]
|
||||
flask = ">=2.0.0"
|
||||
Werkzeug = ">=2.0.0"
|
||||
|
|
Loading…
Reference in New Issue