Skip to content

Commit

Permalink
Fix installation on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 13, 2023
1 parent e4f0524 commit f1c292f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aiodns>=3.0,<4
aiohttp-socks>=0.7,<0.9
aiohttp>=3.8,<4
aiohttp>=3.9.0b0,<4; python_version >= "3.12"
aiohttp>=3.8,<4; python_version < "3.12"
rich>=12.3,<14
typing-extensions>=4.4,<5
uvloop>=0.16,<0.20; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")

0 comments on commit f1c292f

Please sign in to comment.