Skip to content

Commit

Permalink
do not export hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Dec 25, 2022
1 parent 6dc464e commit d462751
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 1,239 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,9 @@ poetry add --group test package-name # テスト依存の追加

poetry upgrade # 依存をまとめてアップグレード

poetry export -o requirements.txt
poetry export --with dev -o requirements-dev.txt
poetry export --with test -o requirements-test.txt
poetry export --without-hashes -o requirements.txt
poetry export --without-hashes --with dev -o requirements-dev.txt
poetry export --without-hashes --with test -o requirements-test.txt
```

### ライセンス
Expand Down

0 comments on commit d462751

Please sign in to comment.