Skip to content

Commit

Permalink
Added django-tastypie as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vuchauthanh-agilityio committed May 26, 2016
1 parent 1c4bac4 commit 9c608cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
long_description=longdesc,
author='Concentric Sky',
author_email='[email protected]',
install_requires=['misaka==1.0.2'],
install_requires=[
'misaka==1.0.2',
'django-tastypie >= 0.12.2',
],
classifiers=[
'Programming Language :: Python',
'Environment :: Web Environment',
Expand Down

0 comments on commit 9c608cb

Please sign in to comment.