Skip to content

Commit 71af049

Browse files
committed
add aiohttp to setup.py
1 parent 84da048 commit 71af049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/packaging/pypi/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
url='https://github.com/cmu-delphi/delphi-epidata',
1515
packages=setuptools.find_packages(),
1616
install_requires=[
17+
'aiohttp'
1718
'requests>=2.7.0',
1819
],
1920
classifiers=[

0 commit comments

Comments
 (0)