Skip to content

Commit

Permalink
build: bump Zappa to unreleased working version
Browse files Browse the repository at this point in the history
The latest Zappa version cannot be installed with the latest setuptools. A PR with a fix (zappa/Zappa#1029) has been merged in the Zappa project but there hasn't been a new release yet.

When Zappa releases a new version, this change can be reverted and replaced with a bump of the latest Zappa version.
  • Loading branch information
RevolutionTech committed Oct 10, 2021
1 parent c870ef6 commit d763d55
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
27 changes: 16 additions & 11 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Django = "~3.2"
social-auth-app-django = "^5.0.0"
google-api-python-client = "^2.23.0"
oauth2client = "^4.1"
zappa = "^0.53.0"
zappa = { git = "https://github.com/zappa/Zappa.git", rev = "89e99174ded0abdcbc5740c57c25baf93e55d468" }
django-s3-storage = "^0.13.4"
python-dotenv = "^0.19.0"
django-s3-sqlite = "^0.0.3"
Expand Down

0 comments on commit d763d55

Please sign in to comment.