From f8130b33db28871bff817700b28b8a038b016ef0 Mon Sep 17 00:00:00 2001 From: Bronzila Date: Sun, 30 Jul 2023 14:54:37 +0200 Subject: [PATCH] Adjust dev requirements in current setup to updated pipelines --- setup.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 120faf9..1d015b5 100644 --- a/setup.py +++ b/setup.py @@ -48,12 +48,10 @@ def read_file(filepath: str) -> str: "pytest-xdist", "pytest-timeout", # Docs - "automl_sphinx_theme", + "mkdocs-material", + "mkdocstrings", # Others - "isort", - "black", - "pydocstyle", - "flake8", + "ruff", "pre-commit", ] } @@ -79,6 +77,7 @@ def read_file(filepath: str) -> str: "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Natural Language :: English", "Intended Audience :: Developers", "Intended Audience :: Education",