Skip to content

Commit

Permalink
Relock dependencies to latest nucypher version.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Mar 27, 2024
1 parent 7abb670 commit f887541
Show file tree
Hide file tree
Showing 4 changed files with 2,383 additions and 2,391 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 = "duration-sampling"}
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 = "duration-sampling", 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 f887541

Please sign in to comment.