Skip to content

Commit

Permalink
Relock dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Dec 12, 2023
1 parent acdd731 commit f6086ad
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 250 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.0.0"}
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "v7.0.3"}
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.0.0", extras = ["dev"]} # needed for testerchain, and must be editable
nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "v7.0.3", 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 f6086ad

Please sign in to comment.