Skip to content

Commit

Permalink
Merge pull request #104 from AVMusorin/fix-cchardet
Browse files Browse the repository at this point in the history
Fix build `aiohttp-speedups`
  • Loading branch information
maximdanilchenko authored Dec 8, 2023
2 parents bb61208 + 832f075 commit a29f496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def read(fname):
extras_require={
# aiohttp client
'aiohttp': ['aiohttp>=3.8.4'],
'aiohttp-speedups': ['aiodns', 'cchardet', 'ciso8601>=2.3.0', 'aiohttp>=3.8.4'],
'aiohttp-speedups': ['aiodns', 'faust-cchardet', 'ciso8601>=2.3.0', 'aiohttp>=3.8.4'],
# httpx client
'httpx': ['httpx'],
'httpx-speedups': ['ciso8601>=2.3.0', 'httpx'],
Expand Down

0 comments on commit a29f496

Please sign in to comment.