Skip to content

Commit

Permalink
Merge pull request #2518 from locustio/bump-requests-remove-explicit-…
Browse files Browse the repository at this point in the history
…dependency-on-charset_normalizer

Bump Requests to 2.26.0, remove explicit dependency on charset_normalizer
  • Loading branch information
cyberw authored Dec 18, 2023
2 parents 0f68228 + 1f2e624 commit 3bd00dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"gevent >=22.10.2",
"flask >=2.0.0",
"Werkzeug >=2.0.0",
"requests >=2.23.0",
"requests >=2.26.0",
"msgpack >=1.0.0",
"pyzmq >=25.0.0",
"geventhttpclient >=2.0.11",
Expand All @@ -22,7 +22,6 @@ dependencies = [
"Flask-Cors >=3.0.10",
"roundrobin >=0.0.2",
"pywin32;platform_system=='Windows'",
"charset_normalizer >=3.3.0"
]
classifiers = [
"Topic :: Software Development :: Testing :: Traffic Generation",
Expand Down

0 comments on commit 3bd00dc

Please sign in to comment.