diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index d05b59a814f..40e31c49c07 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -32,11 +32,11 @@ jobs: cache-dependency-path: | setup.py pyproject.toml - dev-requirements.txt + style-requirements.txt - name: Install dependencies run: | - pip install -r dev-requirements.txt + pip install -r style-requirements.txt - name: Clang Format run: ./script/clang-format --check diff --git a/dev-requirements.txt b/dev-requirements.txt index 56cc31606f0..ac946be4ba3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,21 +1,14 @@ click -cmake-format decorator ecl_data_io -flake8 -flake8-bugbear -flake8-simplify -flaky furo +flaky grpcio-tools hypothesis<=6.83.0;python_version=='3.8' # ipython pinned to 8.12.2 for python 3.8 support hypothesis;python_version>='3.9' -isort jsonpath_ng jupytext oil_reservoir_synthesizer -pylint -pylint-protobuf pytest-asyncio pytest-benchmark pytest-cov diff --git a/style-requirements.txt b/style-requirements.txt new file mode 100644 index 00000000000..53b669ac4e4 --- /dev/null +++ b/style-requirements.txt @@ -0,0 +1,7 @@ +cmake-format +flake8 +flake8-bugbear +flake8-simplify +isort +pylint +pylint-protobuf