Skip to content

Commit 569785a

Browse files
committed
Move development dependencies from dev-requirements.txt to pyproject.toml
1 parent 462ae7a commit 569785a

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

dev-requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ dependencies = [
5656
Documentation = "https://cms.readthedocs.io/"
5757
Repository = "https://github.com/cms-dev/cms"
5858

59+
[project.optional-dependencies]
60+
devel = [
61+
# Only for testing
62+
"beautifulsoup4>=4.8,<4.14",
63+
"coverage>=4.5,<7.10",
64+
"pytest",
65+
"pytest-cov",
66+
67+
# Only for building documentation
68+
"Sphinx>=1.8,<1.9",
69+
]
70+
5971
[build-system]
6072
requires = ["setuptools < 81", "babel == 2.12.1"]
6173
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)