Commit Graph

96 Commits

Author SHA1 Message Date
Cayo Puigdefabregas 48be3bae64 fix teal import inm did resource 2023-05-24 10:25:04 +02:00
Cayo Puigdefabregas e6f91db4e4 correct versions of dependencies 2023-03-27 10:22:08 +02:00
Cayo Puigdefabregas 72b139a2bc fix requirements 2022-10-20 17:41:06 +02:00
Santiago L d9ba3889c0 Revert teal version to 0.2.0a38
There are code not compatible with newer libraries
2022-09-29 12:11:10 +02:00
Santiago L bcec57e752 Fix apispec dependencies 2022-09-29 12:11:10 +02:00
Santiago L fe5d5408fe . 2022-09-29 12:11:10 +02:00
Santiago L d0c91d5d24 Drop apispec-webframeworks requirement 2022-09-29 12:11:10 +02:00
Santiago L cffa950fec Bump to teal 0.2.0a41 which fixes marshmallow version 2022-09-29 12:11:10 +02:00
Santiago L abb675d9d3 Lock 2022-09-29 12:11:10 +02:00
Santiago L 51c42ad94f Lock marshmallow version 2022-09-29 12:11:10 +02:00
Santiago L a85e7c90e1 Manage dependencies using pip-tools
Add instructions to CONTRIBUTING.md & create requirements.in
2022-09-29 12:11:10 +02:00
Santiago L 5aa6f16ae0 Move selenium to requirements-dev.txt
and update actions to install dependencies from this file.
2022-07-15 12:03:06 +02:00
Santiago L 09412f9ee6 Move sentry & blinker to requirements-prod.txt
Use a separate file to requirements of production environment
2022-07-15 11:59:06 +02:00
Santiago L 05c6b9f47b Add comment to pandas dependencies 2022-07-15 11:58:27 +02:00
dependabot[bot] dc083f9c16
Bump numpy from 1.21.6 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.21.6...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 11:49:52 +00:00
Cayo Puigdefabregas 99238d69d8 resolve conflict 2022-07-11 09:35:03 +02:00
Cayo Puigdefabregas b7aaa20879 resolve conclict 2022-07-08 17:33:58 +02:00
Cayo Puigdefabregas bc8944a498 add manual edit placeholder 2022-07-05 18:09:47 +02:00
Cayo Puigdefabregas 71518ca2a5 add upload form placeholder 2022-07-04 11:26:24 +02:00
Cayo Puigdefabregas 5c5d1c1a64 change changelog 2022-06-27 12:35:52 +02:00
Cayo Puigdefabregas c3ee749fe4 add sentry to app 2022-06-27 11:42:16 +02:00
Cayo Puigdefabregas 88a0bdd44d resolv conflicts 2022-06-03 11:34:49 +02:00
dependabot[bot] e6e57e6608
Bump pyjwt from 2.0.0a1 to 2.4.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.0a1 to 2.4.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.0a1...2.4.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 05:05:46 +00:00
Cayo Puigdefabregas 20b09f7b39 add selenium un requirements 2022-05-23 13:03:00 +02:00
Cayo Puigdefabregas 03e681a3d1 fix version of Werkzeug to 0.15.5 2022-04-08 18:25:08 +02:00
Cayo Puigdefabregas a45c8d4fed Merge branch 'testing' into feature/server-side-render-parser-3021 2022-04-08 16:48:16 +02:00
Santiago L c2501a143a Bump ereuse-utils from 0.4.0b49 to 0.4.0b50 2022-04-05 13:20:26 +02:00
Cayo Puigdefabregas 1df6303f21 Jinja2==3.0.3 in requirements 2022-03-31 14:09:26 +02:00
Santiago L de23503f42 Drop numpy dependency: use math.hypot
Refactor code to adapt types: `numpy.hypot` supports pint units but
`math.hypot` expects float. It keeps behaviour because units are
not stored on database
2022-03-30 15:29:12 +02:00
Cayo Puigdefabregas 4881aac5c9 use numpy instead of math 2022-03-30 10:52:09 +02:00
Cayo Puigdefabregas cc2385cddf use py-dmidecode instead of dmidecode 2022-03-30 10:44:04 +02:00
Cayo Puigdefabregas 118726d207 math.hypot instead of numpy 2022-03-30 10:33:09 +02:00
Cayo Puigdefabregas 2c8d556396 add dmidecode instead of dmiparse 2022-03-30 10:30:34 +02:00
Cayo Puigdefabregas 7a6d2c33e0 add dmidecode instead of dmiparse 2022-03-30 10:26:51 +02:00
Cayo Puigdefabregas fb29a0b07f add DMIParse 2022-03-30 10:20:27 +02:00
Cayo Puigdefabregas b7b6586f9e Merge branch 'feature/server-side-render-parser-3021' of github.com:eReuse/devicehub-teal into feature/server-side-render-parser-3021 2022-03-30 10:13:04 +02:00
Cayo Puigdefabregas fe8f636498 requirements pint 2022-03-30 10:12:54 +02:00
Santiago L 1a17ce758d Lock Ninja2 < 3.1 is incompatible with Flask 1.0.x 2022-03-30 10:01:26 +02:00
Cayo Puigdefabregas 8fa1f41006 add requirements and drop dependencies 2022-03-29 17:32:12 +02:00
Santiago L beb26ca232
Merge pull request #191 from eReuse/feature/server-side-render
Server side render - devicehub v2.0.0-alpha
2022-03-15 14:59:01 +01:00
Santiago L c51f1aa2e3 Pin itsdangerous version
Fix ImportError: cannot import name ‘json’ from itsdangerous
2022-02-22 12:31:56 +01:00
Santiago L 197caa5068 Merge branch 'testing' into dependabot/pip/sqlalchemy-1.3.0 2022-02-22 12:26:26 +01:00
Santiago L 17ed850e10 Merge branch 'testing' into feature/server-side-render 2022-02-11 12:03:46 +01:00
Santiago L 0af1de4a1b
Merge pull request #133 from eReuse/dependabot/pip/pyyaml-5.4
Bump pyyaml from 3.13 to 5.4
2022-02-08 13:24:37 +01:00
Santiago L 9013e7a7e1 Merge branch 'testing' into feature/server-side-render 2022-02-08 11:58:48 +01:00
Santiago L 5dbbe775d8 Bump sqlalchemy from 1.2.17 to 1.3.24 2022-02-07 18:56:34 +01:00
dependabot[bot] 54a28856f0
Bump sqlalchemy from 1.2.17 to 1.3.0
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.17 to 1.3.0.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 17:35:05 +00:00
dependabot[bot] b9c5ae0822
Bump webargs from 4.0.0 to 5.5.3 (#198)
Bumps [webargs](https://github.com/marshmallow-code/webargs) from 4.0.0 to 5.5.3.
- [Release notes](https://github.com/marshmallow-code/webargs/releases)
- [Changelog](https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst)
- [Commits](https://github.com/marshmallow-code/webargs/compare/4.0.0...5.5.3)

---
updated-dependencies:
- dependency-name: webargs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 18:34:14 +01:00
dependabot[bot] dd15860b6e
Bump pyyaml from 3.13 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 17:31:08 +00:00
dependabot[bot] d95e6a5f29
Bump requests from 2.19.1 to 2.27.1 (#5)
* Bump requests from 2.19.1 to 2.20.0

Bumps [requests](https://github.com/requests/requests) from 2.19.1 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.19.1...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump requests from 2.20.0 to 2.27.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Lamora <santiago@ribaguifi.com>
2022-02-07 18:30:16 +01:00