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 cde0382 commit 73fa3aeCopy full SHA for 73fa3ae
requirements.txt
@@ -1,5 +1,8 @@
1
Rx==3.2.0
2
-aiohttp==3.11.12
+
3
+aiohttp==3.11.12; python_version > "3.8"
4
+aiohttp==3.10.11; python_version == "3.8"
5
6
aioquic==1.2.0
7
asyncstdlib==3.13.0
8
0 commit comments