forked from kerrickstaley/genanki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace pystache with chevron (kerrickstaley#93)
pystache has been unmaintained for a long time, with the [last commit] to [defunkt/pystache] being from September 2014. By now it is not installable with up-to-date setuptools. Luckily, genanki uses only the most basic of mustache API, and [chevron] fills the gap nicely. Tests are passing for me again. [chevron]: https://github.com/noahmorrison/chevron [defunkt/pystache]: https://github.com/defunkt/pystache [last commit]: defunkt/pystache@17a5dfd
- Loading branch information
1 parent
73d3cbf
commit 9319f34
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters