Skip to content

Commit

Permalink
Install dev deps as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed Jul 10, 2024
1 parent 4ba887d commit f5f0a3d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
16 changes: 7 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ authors = [
]
dependencies = [
"build>=1.0.3",
"flake8>=7.1.0",
"pre-commit>=3.7.1",
"black>=24.4.2",
"coverage>=7.5.4",
"sphinx>=6.2.1",
"sphinx-rtd-theme>=1.3.0",
"sphinx-autodoc-typehints>=1.25.3",
]
readme = "README.md"
homepage = "https://hes-xplain.github.io/"
Expand Down Expand Up @@ -37,15 +44,6 @@ build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = [
"flake8>=7.1.0",
"pre-commit>=3.7.1",
"black>=24.4.2",
"coverage>=7.5.4",
"sphinx>=6.2.1",
"sphinx-rtd-theme>=1.3.0",
"sphinx-autodoc-typehints>=1.25.3",
]

[tool.hatch.metadata]
allow-direct-references = true
Expand Down
33 changes: 32 additions & 1 deletion requirements-freeze.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,46 @@
alabaster==0.7.16
Babel==2.15.0
black==24.4.2
build==1.2.1
certifi==2024.7.4
cfgv==3.4.0
charset-normalizer==3.3.2
click==8.1.7
coverage==7.5.4
distlib==0.3.8
docutils==0.20.1
filelock==3.15.4
flake8==7.1.0
identify==2.6.0
mlxplain @ file:///home/remy/code/HES-XPLAIN/mlxplain
idna==3.7
imagesize==1.4.1
Jinja2==3.1.4
MarkupSafe==2.1.5
mccabe==0.7.0
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1
pathspec==0.12.1
pip==24.0
platformdirs==4.2.2
pre-commit==3.7.1
pycodestyle==2.12.0
pyflakes==3.2.0
Pygments==2.18.0
pyproject_hooks==1.1.0
PyYAML==6.0.1
requests==2.32.3
setuptools==65.5.0
snowballstemmer==2.2.0
Sphinx==7.3.7
sphinx-autodoc-typehints==2.2.2
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
urllib3==2.2.2
virtualenv==20.26.3

0 comments on commit f5f0a3d

Please sign in to comment.