Skip to content

Commit

Permalink
Relock using updated nucypher dependency that accomodates migration…
Browse files Browse the repository at this point in the history
… from Mumbai to Amoy.
  • Loading branch information
derekpierre committed Apr 2, 2024
1 parent 7abb670 commit a17c6a6
Show file tree
Hide file tree
Showing 4 changed files with 1,185 additions and 1,166 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name = "pypi"
python_version = "3"

[packages]
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "v7.1.x"}
nucypher = {git = "https://github.com/derekpierre/nucypher.git", ref = "leonard-n-amoy"}
nucypher-core = "==0.13.0" # must be the same as nucypher
flask-cors = "*"
prometheus-flask-exporter = "*"

[dev-packages]
nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "v7.1.x", extras = ["dev"]} # needed for testerchain, and must be editable
nucypher = {git = "https://github.com/derekpierre/nucypher.git", editable = true, ref = "leonard-n-amoy", extras = ["dev"]} # needed for testerchain, and must be editable
pytest = "<7" # match with nucypher/nucypher
pytest-cov = "*"
pytest-mock = "*"
Expand Down
Loading

0 comments on commit a17c6a6

Please sign in to comment.