Skip to content

Commit

Permalink
Bumped requirements, version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Dec 14, 2019
1 parent 8253731 commit 9c90f99
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 49 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ django = "==2.2.8"
django-environ = "*"
django-model-utils = "*"
djangorestframework = "*"
gunicorn = "*"
whitenoise = "*"
psycopg2-binary = "*"
stellar-sdk = "==2.0.0b5"
stellar-sdk = "==2.0.0"
django-cors-headers = "*"
toml = "*"
pyjwt = "*"
Expand Down
71 changes: 32 additions & 39 deletions 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 docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
author = 'Jake Urban'

# The short X.Y version
version = '0.9.9'
version = '0.9.10'
# The full version, including alpha/beta/rc tags
release = '0.9.9'
release = '0.9.10'


# -- General configuration ---------------------------------------------------
Expand Down
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="django-polaris",
version="0.9.9",
version="0.9.10",
description="A SEP-24-compliant Django anchor server",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -41,11 +41,10 @@
"django-cors-headers==3.2.0",
"django-environ==0.4.5",
"django-model-utils==4.0.0",
"djangorestframework==3.10.3",
"gunicorn==20.0.4",
"djangorestframework==3.11.0",
"idna==2.8",
"mnemonic==0.19",
"multidict==4.7.0",
"multidict==4.7.1",
"psycopg2-binary==2.8.4",
"pycparser==2.19",
"pyjwt==1.7.1",
Expand All @@ -55,11 +54,11 @@
"six==1.13.0",
"sqlparse==0.3.0",
"stellar-base-sseclient==0.0.21",
"stellar-sdk==2.0.0b5",
"stellar-sdk==2.0.0",
"toml==0.10.0",
"typing-extensions==3.7.4.1",
"urllib3==1.25.7",
"whitenoise==5.0",
"whitenoise==5.0.1",
"yarl==1.4.2",
],
python_requires=">=3.7",
Expand Down

0 comments on commit 9c90f99

Please sign in to comment.