Skip to content

Commit

Permalink
rollback pyscopg2-binary to <2.9 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban authored Aug 25, 2021
1 parent 97c5b5f commit 2f9c086
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-environ = "*"
django-model-utils = "*"
djangorestframework = "*"
whitenoise = "*"
psycopg2-binary = "*"
psycopg2-binary = "<2.9"
stellar-sdk = "~=2.13"
django-cors-headers = "*"
toml = "*"
Expand Down
82 changes: 44 additions & 38 deletions Pipfile.lock

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

72 changes: 39 additions & 33 deletions example/Pipfile.lock

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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"django-model-utils",
"djangorestframework",
"whitenoise",
"psycopg2-binary",
"psycopg2-binary<2.9",
"stellar-sdk~=2.13",
"django-cors-headers",
"toml",
Expand Down

0 comments on commit 2f9c086

Please sign in to comment.