Skip to content

Commit f415fea

Browse files
committed
Install aiohttp with all speedups
1 parent bd1981d commit f415fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dynamic = ['version']
2828
dependencies = []
29-
optional-dependencies = { aiohttp = ['aiohttp'], orjson = ['orjson'] }
29+
optional-dependencies = { aiohttp = ['aiohttp[speedups]'], orjson = ['orjson'] }
3030

3131
[project.scripts]
3232
pycatsearch-cli = 'pycatsearch:main'

0 commit comments

Comments
 (0)