Skip to content

Commit 8714555

Browse files
authored
Allow later async_timeout releases
1 parent fae3172 commit 8714555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
license='MIT',
2727
install_requires=[
2828
'aiohttp<4',
29-
'async_timeout<4',
29+
'async_timeout>4,<5',
3030
],
3131
packages=['hole'],
3232
python_requires='>=3.8',

0 commit comments

Comments
 (0)