Skip to content

Commit

Permalink
Simplify aiohttp version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 19, 2023
1 parent aae6e8d commit c4116cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements-termux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
aiohttp-socks>=0.7,<0.9
aiohttp>=3.9.0b0,<4; python_version >= "3.12"
aiohttp>=3.8,<4; python_version < "3.12"
aiohttp>=3.8,<4
rich>=12.3,<14
typing-extensions>=4.4,<5
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
aiodns>=3.0,<4
aiohttp-socks>=0.7,<0.9
aiohttp>=3.9.0b0,<4; python_version >= "3.12"
aiohttp>=3.8,<4; python_version < "3.12"
aiohttp>=3.8,<4
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 c4116cf

Please sign in to comment.