Skip to content

Commit

Permalink
Added django-tastypie to the setup.py dependencies. Fixes palewire#116.
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 7, 2014
1 parent 479204c commit 51616fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ def run(self):
install_requires=(
'django-calaccess-raw-data>=0.0.8',
'django>=1.6',
'csvkit==0.6.1',
'python-dateutil==2.1',
'MySQL-python==1.2.5',
'hurry.filesize==0.9',
'csvkit>=0.6.1',
'python-dateutil>=2.1',
'MySQL-python>=1.2.5',
'hurry.filesize>=0.9',
'django-tastypie>=0.11.1',
),
cmdclass={'test': TestCommand,}
)

0 comments on commit 51616fa

Please sign in to comment.