Skip to content

Commit

Permalink
updated pyproject.toml and poetry.lock; versions: poetry-1.4, lock fo…
Browse files Browse the repository at this point in the history
…r… (#68)

* updated pyproject.toml and poetry.lock; versons: poetry-1.4, lock format 2.0

* updated httpx to 0.25 ; updated packages ; fixed the export command ; updated test requirements

---------

Co-authored-by: Patrik Moško <pmosko@cisco.com>
Co-authored-by: Tomas Mikuska <tmikuska@cisco.com>
  • Loading branch information
3 people committed Nov 15, 2023
1 parent 467c0cc commit 13b8794
Show file tree
Hide file tree
Showing 4 changed files with 1,330 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/python-poetry/poetry/issues/3160
# when resolved, we should be able to run with hashes
tests/requirements.txt: poetry.lock
poetry export --format=requirements.txt --dev --without-hashes --output=$@
poetry export --format=requirements.txt --with dev --without-hashes --output=$@

clean:
rm -rf dist virl2_client.egg-info .built .pytest_cache .coverage coverage.xml
Expand Down
Loading

0 comments on commit 13b8794

Please sign in to comment.