Skip to content

Commit

Permalink
bumped stellar-sdk to 2.8 for Protocol 14
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Oct 5, 2020
1 parent 125301c commit 0586937
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-model-utils = "*"
djangorestframework = "*"
whitenoise = "*"
psycopg2-binary = "*"
stellar-sdk = "~=2.7.0"
stellar-sdk = "~=2.8.0"
django-cors-headers = "*"
toml = "*"
pyjwt = "*"
Expand Down
44 changes: 22 additions & 22 deletions Pipfile.lock

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

22 changes: 11 additions & 11 deletions example/Pipfile.lock

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

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"pynacl==1.3.0",
"pytz==2020.1",
"requests==2.24.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
"six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
"six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"sqlparse==0.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"stellar-base-sseclient==0.0.21",
"stellar-sdk==2.7.0",
"stellar-sdk==2.8.0",
"toml==0.10.1",
"typing-extensions==3.7.4.3; python_version < '3.8'",
"urllib3==1.25.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
Expand Down

0 comments on commit 0586937

Please sign in to comment.