Skip to content

Commit a36eb7b

Browse files
authored
Limit dependency releases
1 parent fc48149 commit a36eb7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author='Fabian Affolter',
2929
author_email='fabian@affolter-engineering.ch',
3030
license='MIT',
31-
install_requires=['aiohttp', 'async_timeout'],
31+
install_requires=['aiohttp<4', 'async_timeout<4'],
3232
packages=['netdata'],
3333
zip_safe=True,
3434
classifiers=[

0 commit comments

Comments
 (0)