Skip to content

Commit

Permalink
Merge pull request #37 from derekpierre/use-dkg-dev-14
Browse files Browse the repository at this point in the history
Use `nucypher` `dkg-dev-14` tagged dependency
  • Loading branch information
KPrasch authored Sep 28, 2023
2 parents 3d5bbb6 + 70e24f8 commit 4059364
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ name = "pypi"
python_version = "3"

[packages]
nucypher = {git = "https://github.com/derekpierre/nucypher.git", ref = "mock-polygon"}
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "dkg-dev-14"}
nucypher-core = "==0.12.0" # must be the same as nucypher
flask-cors = "*"

[dev-packages]
nucypher = {git = "https://github.com/derekpierre/nucypher.git", editable = true, ref = "mock-polygon", extras = ["dev"]} # needed for testerchain, and must be editable
nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "dkg-dev-14", extras = ["dev"]} # needed for testerchain, and must be editable
pytest = "<7" # match with nucypher/nucypher
pytest-cov = "*"
pytest-mock = "*"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ msgspec==0.18.2 ; python_version >= '3.8'
multidict==5.2.0 ; python_version >= '3.6'
mypy-extensions==1.0.0 ; python_version >= '3.5'
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'
git+https://github.com/derekpierre/nucypher.git@4e9cc2c445bd4eb8f6aeae5d020c04898c6139b5#egg=nucypher
git+https://github.com/nucypher/nucypher.git@6ea73db2c4585da8b52c51fac071a0bc07f8f406#egg=nucypher
nucypher-core==0.12.0
numpy==1.24.4 ; python_version >= '3.8'
packaging==23.1 ; python_version >= '3.7'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ msgpack==1.0.5
msgpack-python==0.5.6
multidict==5.2.0 ; python_version >= '3.6'
mypy-extensions==1.0.0 ; python_version >= '3.5'
git+https://github.com/derekpierre/nucypher.git@4e9cc2c445bd4eb8f6aeae5d020c04898c6139b5#egg=nucypher
git+https://github.com/nucypher/nucypher.git@6ea73db2c4585da8b52c51fac071a0bc07f8f406#egg=nucypher
nucypher-core==0.12.0
packaging==23.1 ; python_version >= '3.7'
parsimonious==0.9.0
Expand Down

0 comments on commit 4059364

Please sign in to comment.