From 70e24f8be26391691b00b7dfb60ccd7fabd67419 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Thu, 28 Sep 2023 13:40:56 -0400 Subject: [PATCH] Update Porter to use nucypher dkg-dev-14 tagged dependency. --- Pipfile | 4 ++-- Pipfile.lock | 10 +++++----- dev-requirements.txt | 2 +- requirements.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 649efce..05293eb 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*" diff --git a/Pipfile.lock b/Pipfile.lock index d85bc69..9c5bb14 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "afb6cfb5f36951953c84003b2e73f986087cada3fa2a63f3b2d86bcc4cc134e0" + "sha256": "5a78283d498833f09287cb9264c9283b009ca49a0cd380168bf6b34e2f749b55" }, "pipfile-spec": 6, "requires": { @@ -1148,8 +1148,8 @@ "version": "==1.0.0" }, "nucypher": { - "git": "https://github.com/derekpierre/nucypher.git", - "ref": "4e9cc2c445bd4eb8f6aeae5d020c04898c6139b5" + "git": "https://github.com/nucypher/nucypher.git", + "ref": "6ea73db2c4585da8b52c51fac071a0bc07f8f406" }, "nucypher-core": { "hashes": [ @@ -3626,8 +3626,8 @@ "version": "==1.8.0" }, "nucypher": { - "git": "https://github.com/derekpierre/nucypher.git", - "ref": "4e9cc2c445bd4eb8f6aeae5d020c04898c6139b5" + "git": "https://github.com/nucypher/nucypher.git", + "ref": "6ea73db2c4585da8b52c51fac071a0bc07f8f406" }, "nucypher-core": { "hashes": [ diff --git a/dev-requirements.txt b/dev-requirements.txt index caf8020..9d05d6d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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' diff --git a/requirements.txt b/requirements.txt index 6b83e1f..b09c019 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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