Skip to content

Commit

Permalink
Dependencies: Update poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 21, 2022
1 parent c19b889 commit 1f069f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -322,7 +322,7 @@ test = ["test-parallel", "test-cflakes"]
test-slow = "pytest -vvv tests"
coverage = "pytest --cov=wetterdienst tests"
coverage-parallel = "pytest --cov=wetterdienst --numprocesses=auto -m 'not (explorer or cflake)' tests"
export_requirements = "poetry export --without-hashes --dev --output requirements.txt"
export_requirements = "poetry export --without-hashes --with=dev --output requirements.txt"
export_licenses = "pip-licenses --format=plain-vertical --with-authors --with-urls --with-license-file --no-license-path --ignore-packages wetterdienst --output-file=THIRD_PARTY_NOTICES"
export = ["export_requirements", "export_licenses"]
update = "poetry update"
Expand Down

0 comments on commit 1f069f6

Please sign in to comment.