Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

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 4e48911 commit ee7e982
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,7 +1,8 @@
aiodns>=3.0,<4
aiofile>=3.8,<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.0,<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 ee7e982

Please sign in to comment.