diff options
| author | jfriedli | 2022-06-06 13:10:05 +0000 |
|---|---|---|
| committer | jfriedli | 2022-06-06 13:10:05 +0000 |
| commit | 83cdf75353ddb6f73c97f58a97a42434060fd1fc (patch) | |
| tree | cea7db425c032ca3592dbc2fb500a533c951246d | |
| parent | 5bb169c960a9bfeaa0352983702264053294840c (diff) | |
update mat2 to 0.12.4v0.8.5
| -rw-r--r-- | .gitlab-ci.yml | 4 | ||||
| -rw-r--r-- | requirements.txt | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef74a09..8ea69d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -43,7 +43,9 @@ tests:debian: | |||
| 43 | - python3-coverage xml | 43 | - python3-coverage xml |
| 44 | artifacts: | 44 | artifacts: |
| 45 | reports: | 45 | reports: |
| 46 | cobertura: coverage.xml | 46 | coverage_report: |
| 47 | coverage_format: cobertura | ||
| 48 | path: coverage.xml | ||
| 47 | 49 | ||
| 48 | build-docker: | 50 | build-docker: |
| 49 | stage: build_container | 51 | stage: build_container |
diff --git a/requirements.txt b/requirements.txt index 2828485..e5d3b40 100644 --- a/requirements.txt +++ b/requirements.txt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | mutagen==1.45.1 | 1 | mutagen==1.45.1 |
| 2 | ffmpeg==1.4 | 2 | ffmpeg==1.4 |
| 3 | bubblewrap==1.2.0 | 3 | bubblewrap==1.2.0 |
| 4 | mat2==0.12.3 | 4 | mat2==0.12.4 |
| 5 | flask==2.1.2 | 5 | flask==2.1.2 |
| 6 | Flask-RESTful==0.3.9 | 6 | Flask-RESTful==0.3.9 |
| 7 | Flask-Cors==3.0.10 | 7 | Flask-Cors==3.0.10 |
| @@ -9,4 +9,4 @@ Cerberus==1.3.4 | |||
| 9 | Flask-Testing==0.8.1 | 9 | Flask-Testing==0.8.1 |
| 10 | blinker==1.4 | 10 | blinker==1.4 |
| 11 | flasgger==0.9.5 | 11 | flasgger==0.9.5 |
| 12 | Flask-Assets==2.0 \ No newline at end of file | 12 | Flask-Assets==2.0 |
