Skip to content

Commit

Permalink
Use resolved references for vcs dependencies
Browse files Browse the repository at this point in the history
 Fixes #35
  • Loading branch information
koffie committed Jun 17, 2023
1 parent 39b8947 commit d914585
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 172 deletions.
218 changes: 53 additions & 165 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.7"
poetry = "^1.5.0"
poetry-core = "^1.6.0"
python = "^3.8"
poetry = {git = "https://github.com/koffie/poetry.git", rev = "master"}
poetry-core = {git = "https://github.com/python-poetry/poetry-core.git", rev = "f2cad313abde401012e259acd42e4a455a431718"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^2.18"
Expand Down
Loading

0 comments on commit d914585

Please sign in to comment.