Commit 2e785e5ec5afc018860e84a31a10aeada1cf08a4
Committed by
Gust
1 parent
9c49e08b
Exists in
workin_whoosh_temp
Removed piston from deps
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br> Signed-off-by: Carolina Ramalho <carol15022@hotmail.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
setup.py
@@ -4,7 +4,6 @@ from setuptools import setup, find_packages | @@ -4,7 +4,6 @@ from setuptools import setup, find_packages | ||
4 | 4 | ||
5 | REQUIREMENTS = [ | 5 | REQUIREMENTS = [ |
6 | 'Django==1.7.7', | 6 | 'Django==1.7.7', |
7 | - 'django-piston==0.2.3', | ||
8 | 'pytz>=2011n', | 7 | 'pytz>=2011n', |
9 | 'chardet==2.3.0', | 8 | 'chardet==2.3.0', |
10 | 'python-dateutil==1.5', | 9 | 'python-dateutil==1.5', |