Skip to content

Commit

Permalink
Repin pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Nov 20, 2023
1 parent a0a5a0e commit d9f9158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = { file = "LICENSE" }
readme = "README.md"
dependencies = [
"segno==1.4.1",
"chia_base @ git+https://github.com/richardkiss/chia_base@91d9dba09e316714cf4bc86505587437fe442e48#egg=chia_base",
"chialisp_puzzles @ git+https://github.com/richardkiss/chialisp_puzzles@eb97cd844b094e6dcd595b5bd6522d3a78eb692c#egg=chialisp_puzzles",
"chia_base==0.1.4",
"chialisp_puzzle==0.1.1",
]
# version is defined with `setuptools_scm`
dynamic = ["version"]
Expand Down

0 comments on commit d9f9158

Please sign in to comment.