Updated setup and version
This commit is contained in:
4
setup.py
4
setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||
|
||||
setup(
|
||||
name='rapt-cloud-api',
|
||||
version='0.1.0',
|
||||
version='0.2.0',
|
||||
author='Jesper Fussing Mørk',
|
||||
author_email='jfmo@moerks.dk',
|
||||
description='Client Library for the rapt.io api',
|
||||
@@ -18,6 +18,6 @@ setup(
|
||||
license='MIT',
|
||||
package_dir={"": "src"},
|
||||
packages=find_packages(where="src"),
|
||||
install_requires=["loguru", "pydantic", "requests"]
|
||||
install_requires=["loguru", "pydantic", "aiohttp"]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user