Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
chore: pin starknet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 1, 2022
1 parent e8503a1 commit 3e110fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"eth-ape>=0.4.4,<0.5",
"ethpm-types>=0.3.3,<0.4",
# ** Starknet Ecosystem **
"cairo-lang>=0.9.1,<0.10",
"starknet.py>=0.4.6a0,<0.5",
"starknet-devnet>=0.2.10,<0.3",
"cairo-lang==0.9.1",
"starknet.py==0.4.6a0",
"starknet-devnet==0.2.10",
],
entry_points={"ape_cli_subcommands": ["ape_starknet=ape_starknet._cli:cli"]},
python_requires=">=3.7.2,<3.10",
Expand Down

0 comments on commit 3e110fe

Please sign in to comment.