Skip to content

Commit bca5d58

Browse files
committed
Update file header
1 parent 5ec7e23 commit bca5d58

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/usr/bin/env python3
2-
"""
3-
Copyright (c) 2017-2018 Fabian Affolter <[email protected]>
4-
5-
Licensed under MIT. All rights reserved.
6-
"""
2+
"""Set up the Python API client for Netdata."""
73
import os
84
import sys
95

@@ -32,7 +28,7 @@
3228
author='Fabian Affolter',
3329
author_email='[email protected]',
3430
license='MIT',
35-
install_requires=['aiohttp'],
31+
install_requires=['aiohttp', 'async_timeout'],
3632
packages=['netdata'],
3733
zip_safe=True,
3834
classifiers=[

0 commit comments

Comments
 (0)