diff --git a/README.md b/README.md index da76c82a..b8e27f3a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -[![pipeline status](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/badges/main/pipeline.svg)](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/-/commits/main) -[![coverage report](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/badges/main/coverage.svg)](https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway/-/commits/main) +[![codecov](https://codecov.io/gh/aerosense-ai/data-gateway/branch/main/graph/badge.svg?token=GEQFQVL2TK)](https://codecov.io/gh/aerosense-ai/data-gateway) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![python-template](https://img.shields.io/badge/template-python--library-blue)](https://github.com/thclark/python-library-template) diff --git a/cloud_functions/requirements.txt b/cloud_functions/requirements.txt index 8c83622a..3957eb20 100644 --- a/cloud_functions/requirements.txt +++ b/cloud_functions/requirements.txt @@ -1,7 +1,7 @@ blake3==0.2.1 flask_wtf google-cloud-bigquery==2.29.0 -octue==0.6.2 +octue[hdf5]==0.6.5 pandas>=1.2.3 python-slugify==5.0.2 scipy>=1.6.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index ecf43c9c..a7383b86 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,15 @@ pluggy gcp-storage-emulator>=2021.6.2 google-cloud-storage>=1.35.1 tox>=3.23.1 --r cloud_functions/requirements.txt + +# Packages for cloud functions, excluding octue +blake3==0.2.1 +flask_wtf +google-cloud-bigquery==2.29.0 +pandas>=1.2.3 +scipy>=1.6.1 +shapely +wtforms[email] # Code quality # ------------------------------------------------------------------------------ diff --git a/setup.py b/setup.py index 440691a0..995de85b 100644 --- a/setup.py +++ b/setup.py @@ -16,12 +16,12 @@ setup( name="data_gateway", - version="0.7.2", + version="0.7.3", install_requires=[ "click>=7.1.2", "pyserial==3.5", "python-slugify==5.0.2", - "octue==0.6.2", + "octue==0.6.5", ], url="https://gitlab.com/windenergie-hsr/aerosense/digital-twin/data-gateway", license="MIT",