We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84da048 commit 71af049Copy full SHA for 71af049
src/client/packaging/pypi/setup.py
@@ -14,6 +14,7 @@
14
url='https://github.com/cmu-delphi/delphi-epidata',
15
packages=setuptools.find_packages(),
16
install_requires=[
17
+ 'aiohttp'
18
'requests>=2.7.0',
19
],
20
classifiers=[
0 commit comments