Commit 4706230488a553cd961a2192bcf3578cda205a4d

Authored by Sergio Oliveira
1 parent f0d84a6b

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 4  
5 5 REQUIREMENTS = [
6 6 'Django==1.7.7',
7   - 'django-piston==0.2.3',
8 7 'pytz>=2011n',
9 8 'chardet==2.3.0',
10 9 'python-dateutil==1.5',
... ...