Apply suggestions from code review

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com>
pull/2832/head
KPrasch 2022-01-14 12:27:22 -08:00 committed by GitHub
parent 01179c5df5
commit bd12e0a7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Switched to Rust implementation of the protocol types (``nucypher-core``). Correspondingly, API has been simplified, and type requirements has been made more strict.
Switched to Rust implementation of the protocol types (``nucypher-core``). Correspondingly, API has been simplified, and type requirements have been made more strict.

View File

@ -79,7 +79,7 @@ class FleetState:
return cls(nodes={},
this_node_ref=this_node_ref,
this_node_metadata=None)
this_node_metadata=this_node_metadata)
def __init__(self,
nodes: Dict[ChecksumAddress, 'Ursula'],

View File

@ -104,4 +104,4 @@ web3==5.12.3
websockets==8.1; python_full_version >= '3.6.1'
werkzeug==2.0.1; python_version >= '3.6'
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
nucypher_core @ git+https://github.com/nucypher/nucypher-core.git#subdirectory=nucypher-core-python
nucypher-core==0.0.1; python_version >= '3.7'