Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK-780: Add regenerated protobuf files, remove .proto definitions #45

Merged
merged 2 commits into from Mar 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST.in
@@ -1,2 +1 @@
prune yoti_python_sdk/tests
recursive-include yoti_python_sdk/protobuf/v1/definitions *.proto
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -4,7 +4,7 @@ cryptography>=2.3.0
itsdangerous==0.24
mock==2.0.0
pbr==1.10.0
protobuf==3.1.0.post1
protobuf==3.7.0
pyopenssl==18.0.0
pytest==3.3.2
requests>=2.20.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -19,7 +19,7 @@ itsdangerous==0.24
mock==2.0.0
pbr==1.10.0
pluggy==0.6.0 # via pytest, tox
protobuf==3.1.0.post1
protobuf==3.7.0
py==1.5.3 # via pytest, tox
pycparser==2.18 # via cffi
pyopenssl==18.0.0
Expand Down
2 changes: 1 addition & 1 deletion yoti_python_sdk/activity_details.py
Expand Up @@ -5,7 +5,7 @@

from yoti_python_sdk import config
from yoti_python_sdk.profile import Profile
from yoti_python_sdk.protobuf.v1.protobuf import Protobuf
from yoti_python_sdk.protobuf.protobuf import Protobuf


class ActivityDetails:
Expand Down
2 changes: 1 addition & 1 deletion yoti_python_sdk/anchor.py
Expand Up @@ -4,7 +4,7 @@
import asn1
from OpenSSL import crypto

import yoti_python_sdk.protobuf.v1.common_public_api.signed_timestamp_pb2 as compubapi
import yoti_python_sdk.protobuf.common_public_api.SignedTimestamp_pb2 as compubapi
from yoti_python_sdk import config

UNKNOWN_EXTENSION = ""
Expand Down
2 changes: 1 addition & 1 deletion yoti_python_sdk/client.py
Expand Up @@ -14,7 +14,7 @@
from yoti_python_sdk.activity_details import ActivityDetails
from yoti_python_sdk.crypto import Crypto
from yoti_python_sdk.endpoint import Endpoint
from yoti_python_sdk.protobuf.v1 import protobuf
from yoti_python_sdk.protobuf import protobuf
from .config import *

NO_KEY_FILE_SPECIFIED_ERROR = 'Please specify the correct private key file ' \
Expand Down
2 changes: 1 addition & 1 deletion yoti_python_sdk/profile.py
Expand Up @@ -5,7 +5,7 @@
from yoti_python_sdk import config
from yoti_python_sdk.anchor import Anchor
from yoti_python_sdk.attribute import Attribute
from yoti_python_sdk.protobuf.v1.protobuf import Protobuf
from yoti_python_sdk.protobuf.protobuf import Protobuf


class Profile:
Expand Down

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

@@ -0,0 +1,3 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc