Skip to content

Commit

Permalink
Add heatshrink2 to poetry.extras
Browse files Browse the repository at this point in the history
  • Loading branch information
oblitum committed Apr 24, 2021
1 parent e9cf868 commit 07542d2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ python:
version: 3.7
pip_install: true
extra_requirements:
- docs
- dev
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:

- script: |
python -m pip install --upgrade pip poetry
poetry install --extras docs
poetry install --extras dev
displayName: 'Install dependencies'
- script: |
Expand Down Expand Up @@ -122,7 +122,7 @@ stages:

- script: |
python -m pip install --upgrade pip poetry
poetry install
poetry install --extras dev
displayName: 'Install dependencies'
- script: |
Expand Down
25 changes: 12 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ sphinx_rtd_theme = { version = "^0", optional = true }
PyYAML = "^5"

[tool.poetry.extras]
docs = ["sphinx", "sphinx_click", "sphinxcontrib-apidoc", "sphinx_rtd_theme"]
dev = ["sphinx",
"sphinx_click",
"sphinxcontrib-apidoc",
"sphinx_rtd_theme",
"heatshrink2"
]

[tool.poetry.dev-dependencies]
pytest = "^5"
Expand Down

0 comments on commit 07542d2

Please sign in to comment.