Skip to content

Commit

Permalink
fix: crytic-compile version requirement (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Jun 23, 2023
1 parent 6bc71db commit c1dc9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"crytic-compile >= 0.3.0",
"crytic-compile >= 0.3.0, < 0.3.2",
"z3-solver",
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
crytic-compile >= 0.3.0
crytic-compile >= 0.3.0, < 0.3.2
z3-solver

0 comments on commit c1dc9ff

Please sign in to comment.