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

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 26, 2016
1 parent a4c7ee4 commit a20c27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,7 +4,7 @@ django-bakery==0.8.3
PyYAML==3.11
validictory==1.0.1
django-compressor==2.0
greeking==2.1.1
greeking==2.1.2
pytz
flake8
coverage
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -110,10 +110,10 @@ def run(self):
],
install_requires=[
'python-frontmatter>=0.2.1',
'django-bakery>=0.8.4',
'django-bakery>=0.8.3',
'validictory>=1.0.1',
'django-compressor>=2.0',
'greeking>=2.1.1',
'greeking>=2.1.2',
'pytz',
'six',
],
Expand Down

0 comments on commit a20c27d

Please sign in to comment.