Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
a9a0d35b
Commit
a9a0d35b
authored
Apr 19, 2016
by
njoyard
Browse files
Merge pull request #61 from political-memory/fix_tests
Fix tests on master
parents
489da9fc
c69970fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
a9a0d35b
...
@@ -9,33 +9,35 @@ setup(name='political-memory',
...
@@ -9,33 +9,35 @@ setup(name='political-memory',
author_email
=
'cortex@worlddomination.be'
,
author_email
=
'cortex@worlddomination.be'
,
url
=
'http://github.com/political-memory/political_memory/'
,
url
=
'http://github.com/political-memory/political_memory/'
,
install_requires
=
[
install_requires
=
[
'django-autocomplete-light>=3.0'
,
'django-autocomplete-light>=3.0
,<4.0
'
,
'django-bootstrap3>=6.2,<6.3'
,
'django-bootstrap3>=6.2,<6.3'
,
'django-coffeescript>=0.7,<0.8'
,
'django-coffeescript>=0.7,<0.8'
,
'django-compressor>=1.6,<1.7'
,
'django-compressor>=1.6,<1.7'
,
'django-datetime-widget>=0.9,<1.0'
,
'django-datetime-widget>=0.9,<1.0'
,
'django-filter>=0.11,<0.12'
,
'django-filter>=0.11,<0.12'
,
'django-representatives-votes
>
=0.0.13'
,
'django-representatives-votes
=
=0.0.13'
,
'django-representatives
>
=0.0.14'
,
'django-representatives
=
=0.0.14'
,
'django-taggit>=0.17,<0.18'
,
'django-taggit>=0.17,<0.18'
,
'django>=1.8,<1.9'
,
'django>=1.8,<1.9'
,
'djangorestframework>=3.2.0,<3.3.0'
,
'djangorestframework>=3.2.0,<3.3.0'
,
'hamlpy>=0.82,<0.83'
,
'hamlpy>=0.82,<0.83'
,
'ijson>=2.2,<2.3'
,
'ijson>=2.2,<2.3'
,
'lesscpy'
,
'lesscpy
>=0.10.2,<0.11.0
'
,
'python-dateutil>=2.4,<2.5'
,
'python-dateutil>=2.4,<2.5'
,
'unicodecsv==0.14.1'
,
'unicodecsv==0.14.1'
,
'pytz==2015.7'
,
'pytz==2015.7'
,
'django-suit'
,
'django-suit
>=0.2.16,<0.3.0
'
,
],
],
extras_require
=
{
extras_require
=
{
# Full version hardcode for testing dependencies so that
# tests don't break on master without any obvious reason.
'testing'
:
[
'testing'
:
[
'django-responsediff'
,
'django-responsediff
==0.2.0
'
,
'flake8'
,
'flake8
==2.5.1
'
,
'pep8'
,
'pep8
==1.5.7
'
,
'pytest'
,
'pytest
==2.8.5
'
,
'pytest-django'
,
'pytest-django
==2.9.1
'
,
'pytest-cov'
,
'pytest-cov
==2.2.0
'
,
'codecov'
,
'codecov'
,
]
]
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment