Skip to content

Commit bc21b68

Browse files
author
Shiyue Cheng
authored
Merge pull request meraki#85 from coreGreenberet/patch-1
added aiohttp as a requirement for the installation
2 parents d2285e5 + 43534a5 commit bc21b68

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
@@ -36,7 +36,7 @@ def find_version(fname):
3636
version=__version__,
3737
packages=find_packages(),
3838
include_package_data=True,
39-
install_requires=['requests'],
39+
install_requires=['requests', 'aiohttp'],
4040
keywords = ['meraki', 'dashboard', 'cisco'],
4141
description='Cisco Meraki Dashboard API library',
4242
long_description=README,

0 commit comments

Comments
 (0)