mirror of https://github.com/nucypher/nucypher.git
nucypher-core#69
parent
57267c7019
commit
b608ae705d
2
Pipfile
2
Pipfile
|
@ -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 = "*"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue