Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove dependency on pystache #684

Merged
merged 2 commits into from
Sep 28, 2018
Merged

Conversation

sriram-mv
Copy link
Contributor

  • pystache does not explicitly state it supports py36
  • last release was in 2014
  • using chevron instead
  • tested creation of sample events, and they worked.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

- pystache does not explicitly state it supports py36
- last release was in 2014
- using chevron instead
@@ -1,4 +1,5 @@
six~=1.11.0
chevron~=0.12.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use the patch version. ~=0.12.2 implies >=0.12 and <0.13. So we want ~=0.12.

@sanathkr sanathkr merged commit 526e288 into aws:develop Sep 28, 2018
@sriram-mv sriram-mv mentioned this pull request Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants