Use requirements.txt

This commit is contained in:
Christian Clauss 2023-01-10 16:49:27 +01:00 committed by GitHub
parent 98f415ec10
commit cfb42895d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,6 @@ jobs:
--show-source --statistics
- run: isort --check-only --profile black . || true
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
- run: pip install binpacking flask flask_httpauth flask_restful graphviz
influxdb-client ipaddress psutil requests schedule waitress
- run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
- run: pytest . || true