Skip to content

Commit

Permalink
Relock porter dependencies to use nucypher v7.3.0 now that it is re…
Browse files Browse the repository at this point in the history
…leased.
  • Loading branch information
derekpierre committed May 7, 2024
1 parent 5a964fd commit dfd5236
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.3.x"}
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "v7.3.0"}
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.3.x", extras = ["dev"]} # needed for testerchain, and must be editable
nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "v7.3.0", extras = ["dev"]} # needed for testerchain, and must be editable
pytest = "<7" # match with nucypher/nucypher
pytest-cov = "*"
pytest-mock = "*"
Expand Down
12 changes: 6 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ evm-trace==0.1.3
evmchains==0.0.6
executing==2.0.1
filelock==3.13.4
flask==3.0.3; python_version >= '3.8'
flask==3.0.3; python_version >= '3.8' and python_version < '4'
frozenlist==1.4.1; python_version >= '3.8' and python_version < '4'
greenlet==3.0.3
hendrix==5.0.0; python_version >= '3.8' and python_version < '4'
Expand Down Expand Up @@ -86,7 +86,7 @@ msgspec==0.18.6
multidict==6.0.5; python_version >= '3.8' and python_version < '4'
mypy-extensions==1.0.0
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
nucypher@ git+https://github.com/nucypher/nucypher.git@498b9887a1b30c804bc6ca5955ddea8bea49d73a
nucypher@ git+https://github.com/nucypher/nucypher.git@30f1fabf5afeee1bf65ecf2ed56d11a7c87e9ef5
nucypher-core==0.13.0
numpy==1.26.4
packaging==23.2; python_version >= '3.8' and python_version < '4'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ eth-rlp==1.0.1; python_version >= '3.8' and python_version < '4'
eth-typing==3.5.2; python_version >= '3.8' and python_version < '4'
eth-utils==2.3.1; python_version >= '3.8' and python_version < '4'
flask==3.0.3; python_version >= '3.8'
flask-cors==4.0.0
flask-cors==4.0.1
frozenlist==1.4.1; python_version >= '3.8' and python_version < '4'
hendrix==5.0.0; python_version >= '3.8' and python_version < '4'
hexbytes==0.3.1; python_version >= '3.8' and python_version < '4'
Expand All @@ -50,7 +50,7 @@ maya==0.6.1; python_version >= '3.8' and python_version < '4'
mnemonic==0.20; python_version >= '3.8' and python_version < '4'
msgpack-python==0.5.6; python_version >= '3.8' and python_version < '4'
multidict==6.0.5; python_version >= '3.8' and python_version < '4'
nucypher@ git+https://github.com/nucypher/nucypher.git@498b9887a1b30c804bc6ca5955ddea8bea49d73a
nucypher@ git+https://github.com/nucypher/nucypher.git@30f1fabf5afeee1bf65ecf2ed56d11a7c87e9ef5
nucypher-core==0.13.0
packaging==23.2; python_version >= '3.8' and python_version < '4'
parsimonious==0.9.0; python_version >= '3.8' and python_version < '4'
Expand Down

0 comments on commit dfd5236

Please sign in to comment.