We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4736089 commit 0db301dCopy full SHA for 0db301d
benchmark/requirements.txt
@@ -1,8 +1,8 @@
1
aiohttp==3.8.1
2
blacksheep==1.2.7
3
+# Pin to 0.1.4 since higher version needs pyyaml==5.4.1 which is broken for cython 3
4
+# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228
5
+essentials_openapi==0.1.4
6
starlette==0.19.1
7
tornado==6.1
8
uvicorn==0.16.0
-# Pin to 0.1.4 since higher version needs pyyaml==5.4.1 which is broken for cython 3
-# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228
-essentials_openapi==0.1.4
0 commit comments