Skip to content

Commit

Permalink
upgrade stellar-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Apr 2, 2021
1 parent fab66e0 commit 315c855
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 64 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.12.0-beta0"
stellar-sdk = "~=2.12"
django-cors-headers = "*"
toml = "*"
pyjwt = "==1.7.1"
Expand Down
66 changes: 33 additions & 33 deletions Pipfile.lock

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

53 changes: 26 additions & 27 deletions example/Pipfile.lock

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

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"cffi==1.14.5",
"chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
"crc16==0.1.1",
"cryptography==3.4.6",
"cryptography==3.4.7",
"django==2.2.19",
"django-cors-headers==3.7.0",
"django-environ==0.4.5",
"django-model-utils==4.1.1",
"djangorestframework==3.12.3",
"djangorestframework==3.12.4",
"idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"mnemonic==0.19",
"multidict==5.1.0; python_version >= '3.6'",
Expand All @@ -65,7 +65,7 @@
"six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"sqlparse==0.4.1; python_version >= '3.5'",
"stellar-base-sseclient==0.0.21",
"stellar-sdk==2.12.0-beta0",
"stellar-sdk==2.12.0",
"toml==0.10.2",
"typing-extensions==3.7.4.3; python_version < '3.8'",
"urllib3==1.26.4; 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 315c855

Please sign in to comment.