Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Upgraded python-frontmatter to avoid bug and fix #38
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 24, 2017
1 parent ea50a63 commit 2ada753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependencies
Django==1.10.4
python-frontmatter==0.2.1
python-frontmatter==0.4.1
django-bakery==0.8.10
PyYAML==3.11
validictory==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(self):
'License :: OSI Approved :: MIT License',
],
install_requires=[
'python-frontmatter>=0.2.1',
'python-frontmatter>=0.4.1',
'django-bakery>=0.8.11',
'validictory>=1.0.1',
'django-compressor>=2.0',
Expand Down

0 comments on commit 2ada753

Please sign in to comment.