Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Dec 13, 2022
1 parent 580d085 commit 1e3d997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If on Windows, you should be able to just run the 'tox' commands in that file.

1. Update requirements files (BOTH of them)

pip-compile --output-file - --all-extras --resolver=backtracking pyproject.toml --generate-hashes > requirements.txt
pip-compile --output-file - --all-extras --resolver=backtracking pyproject.toml --reuse-hashes --generate-hashes > requirements.txt
pip-compile --output-file - --all-extras --resolver=backtracking pyproject.toml --strip-extras > constraints.txt

1. Run tests as above
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dev = [
"py",
"tox>=3,<4",
"tox-travis",
"https://github.com/michaelboulton/tbump/archive/a27134750ceda5f820186118d2ee0e99013637d8.zip",
"tbump@https://github.com/michaelboulton/tbump/archive/a27134750ceda5f820186118d2ee0e99013637d8.zip",
"twine",
"wheel",
]
Expand Down

0 comments on commit 1e3d997

Please sign in to comment.