Commit 6b5460cf authored by Lukas Eller's avatar Lukas Eller

added aiohttp as a dependency

parent 546e9171
......@@ -3,3 +3,4 @@ pytest>=6.2.2
overpy>=0.4
geopandas>=0.8.1
cartopy>=0.18.0
aiohttp>=3.7.4
......@@ -19,9 +19,9 @@ setup(
author_email="lukas.eller@tuwien.ac.at",
license="MIT",
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
packages=["measprocess"],
include_package_data=True,
install_requires=["pandas", "matplotlib", "geopandas", "overpy", "shapely", "numpy", "tqdm", "cartopy"],
install_requires=["pandas", "matplotlib", "geopandas", "overpy", "shapely", "numpy", "tqdm", "cartopy", "aiohttp"],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment