Newer
Older
setup(name='political-memory',
version='0.0.1',
description='OpenShift App',
packages=['political_memory'],
package_dir={'political_memory': '.'},
author='James Pic, Laurent Peuch, Arnaud Fabre, Nicolas Joyard',
author_email='cortex@worlddomination.be',
url='http://github.com/political-memory/political_memory/',
install_requires=[
'django-bootstrap3>=6.2,<6.3',
'django-coffeescript>=0.7,<0.8',
'django-compressor>=1.6,<1.7',
'django-datetime-widget>=0.9,<1.0',
'django-filter>=0.11,<0.12',
'django-representatives-votes==0.0.15',
'django-representatives==0.0.18',
# Full version hardcode for testing dependencies so that
# tests don't break on master without any obvious reason.
'flake8==2.5.1',
'pep8==1.5.7',
'pytest==2.8.5',
'pytest-django==2.9.1',
'pytest-cov==2.2.0',