nucypher-core#69

pull/3171/head
Piotr Roslaniec 2023-07-07 11:07:22 +02:00
parent 57267c7019
commit b608ae705d
3 changed files with 889 additions and 779 deletions

View File

@ -11,7 +11,7 @@ python_version = "3"
constant-sorrow = ">=0.1.0a9"
bytestring-splitter = ">=2.4.0"
hendrix = ">=4.0"
nucypher-core = ">=0.10.0"
nucypher-core = {git="https://github.com/nucypher/nucypher-core.git", ref="3f411dfd5bd10483d5ed3a8ed4810a24662b2a78", subdirectory="nucypher-core-python"}
# Cryptography
cryptography = ">=3.2"
mnemonic = "*"

1664
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -55,7 +55,7 @@ msgpack==1.0.5
msgpack-python==0.5.6
multidict==5.2.0 ; python_version >= '3.6'
mypy-extensions==0.4.4 ; python_version >= '2.7'
nucypher-core==0.10.0
nucypher-core@git+https://github.com/nucypher/nucypher-core.git@3f411dfd5bd10483d5ed3a8ed4810a24662b2a78#subdirectory=nucypher-core-python
packaging==23.1 ; python_version >= '3.7'
parsimonious==0.9.0
pendulum==3.0.0a1 ; python_version >= '3.7' and python_version < '4.0'