Skip to content

Commit

Permalink
feat: fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Ya-Jun committed Jun 28, 2024
1 parent 668b79f commit 2a0e7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/apigw-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ poetry.lock: pyproject.toml

.PHONY: requirements
requirements: poetry.lock
poetry export -f requirements.txt --without-hashes --extras demo --dev --output requirements_tox.txt
poetry export -f requirements.txt --without-hashes --extras demo --with dev --output requirements_tox.txt

README.rst: README.md
m2r --overwrite README.md
Expand Down

0 comments on commit 2a0e7f0

Please sign in to comment.