Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit f4b194e

Browse files
committed
Clean up requirements file
1 parent c6f42a4 commit f4b194e

File tree

6 files changed

+521
-28
lines changed

6 files changed

+521
-28
lines changed

docs/requirements-docs.txt

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

poetry.lock

Lines changed: 518 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ gitpython = "^3.1.42"
4141
sphinx-multiversion = "^0.2.4"
4242
sphinx-rtd-theme = "^2.0.0"
4343
sphinxcontrib-restbuilder = "^0.3"
44+
poetry-plugin-export = "^1.7.1"
4445

4546
[tool.poetry.extras]
4647
viz = ["matplotlib", "seaborn", "pandas"]

requirements-dev.txt

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

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sonar.python.pylint.configPath=pylintrc
3030
# sonar.python.venvPath=path/to/venv
3131

3232
# If you want to specify the path to the requirements file
33-
sonar.python.pipfileRequirements=requirements-dev.txt
33+
#sonar.python.pipfileRequirements=requirements-dev.txt
3434

3535
# If you have documentation in the 'docs' folder and want to exclude it from analysis
3636
sonar.coverage.exclusions=docs/**

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ envlist = python3.8,python3.9,python3.10,python3.11
99
[testenv]
1010
commands_pre =
1111
poetry install --no-root --sync
12-
#skip_install = true
12+
1313
commands =
1414
pipdeptree --warn fail
1515
make dev.test
16-
#deps = -r{toxinidir}/requirements-dev.txt
1716

1817
allowlist_externals =
1918
make

0 commit comments

Comments
 (0)