Skip to content

Commit

Permalink
Merge pull request #8 from mdboom/aiohttp-benchmark
Browse files Browse the repository at this point in the history
Fix aiohttp benchmark on Python 3.11
  • Loading branch information
kmod authored Aug 16, 2022
2 parents 66e2fe8 + b248419 commit 5a52474
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benchmarks/bm_aiohttp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ async-timeout==3.0.1
attrs==20.3.0
certifi==2020.12.5
chardet==3.0.4
cython==0.29.32
gunicorn==20.0.4
idna==2.10
multidict==5.1.0
requests==2.25.1
typing-extensions==3.7.4.3
urllib3==1.26.4
uvloop==0.14.0
yarl==1.6.3
--no-binary=uvloop==0.14.0
yarl==1.8.1

0 comments on commit 5a52474

Please sign in to comment.