Skip to content
GitLab
Menu
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
484277fe
Commit
484277fe
authored
Jun 14, 2016
by
njoyard
Committed by
GitHub
Jun 14, 2016
Browse files
Merge pull request #91 from political-memory/fix-deps
Fix deps
parents
b9802f2d
e99a10cd
Changes
36
Hide whitespace changes
Inline
Side-by-side
memopol/tests/response_fixtures/GroupListTest.test_country.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_active_displaylist
/
content
→
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_active_displaylist
.
content
View file @
484277fe
File moved
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_active_displaylist.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_all_displaylist
/
content
→
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_all_displaylist
.
content
View file @
484277fe
File moved
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_all_displaylist.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_displaylist_searchjoly
/
content
→
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_displaylist_searchjoly
.
content
View file @
484277fe
File moved
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby12_displaylist_searchjoly.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby24_active_displaygrid
/
content
→
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby24_active_displaygrid
.
content
View file @
484277fe
File moved
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby24_active_displaygrid.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby24_all_displaygrid
/
content
→
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby24_all_displaygrid
.
content
View file @
484277fe
File moved
memopol/tests/response_fixtures/RepresentativeListTest.test_page1_paginateby24_all_displaygrid.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
memopol/tests/response_fixtures/RepresentativeListTest.test_page2_paginateby12_displaylist
/
content
→
memopol/tests/response_fixtures/RepresentativeListTest.test_page2_paginateby12_displaylist
.
content
View file @
484277fe
File moved
memopol/tests/response_fixtures/RepresentativeListTest.test_page2_paginateby12_displaylist.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
memopol/tests/response_fixtures/RepresentativeListTest.test_page2_paginateby24_displaylist
/
content
→
memopol/tests/response_fixtures/RepresentativeListTest.test_page2_paginateby24_displaylist
.
content
View file @
484277fe
File moved
memopol/tests/response_fixtures/RepresentativeListTest.test_page2_paginateby24_displaylist.metadata
0 → 100644
View file @
484277fe
{
"status_code": 200
}
\ No newline at end of file
setup.py
View file @
484277fe
...
...
@@ -10,36 +10,36 @@ setup(name='political-memory',
url
=
'http://github.com/political-memory/political_memory/'
,
install_requires
=
[
'django-autocomplete-light>=3.0,<4.0'
,
'django-bootstrap3>=6
.2,<6.3
'
,
'django-bootstrap3>=6
,<7
'
,
'django-coffeescript>=0.7,<0.8'
,
'django-compressor>=1
.6,<1.7
'
,
'django-compressor>=1
,<2
'
,
'django-datetime-widget>=0.9,<1.0'
,
'django-filter>=0.1
1
,<0.1
2
'
,
'django-libsass
=
=0.7
.0
'
,
'django-representatives-votes==0.0.1
6
'
,
'django-representatives==0.0.2
2
'
,
'django-filter>=0.1
3
,<0.1
4
'
,
'django-libsass
>
=0.7
,<0.8
'
,
'django-representatives-votes==0.0.1
7
'
,
'django-representatives==0.0.2
3
'
,
'django-taggit>=0.17,<0.18'
,
'django>=1.8,<1.9'
,
'djangorestframework>=3
.2.0,<3.3.0
'
,
'djangorestframework>=3
,<4
'
,
'hamlpy>=0.82,<0.83'
,
'ijson>=2.2,<2.3'
,
'python-dateutil>=2.4,<2.5'
,
'unicodecsv
=
=0.14.1'
,
'pytz
==2015.7'
,
'django-suit>=0.2
.16
,<0.3
.0
'
,
'sqlparse>=0.1'
,
'unicodecsv
>
=0.14
,<0
.1
5
'
,
'pytz
'
,
# Always use up-to-date TZ data
'django-suit>=0.2,<0.3'
,
'sqlparse>=0.1
,<0.2
'
,
],
extras_require
=
{
# Full version hardcode for testing dependencies so that
# tests don't break on master without any obvious reason.
'testing'
:
[
'
django-responsediff==0.2.0
'
,
'flake8
=
=2
.5.1
'
,
'
pep8==1.5
.7'
,
'p
ytest==2.8.5
'
,
'pytest
-django==2.9.1
'
,
'pytest-
cov==2.2.0
'
,
'
codecov
'
,
'
codecov>=2,<3
'
,
'flake8
>
=2
,<3
'
,
'
django-responsediff>=0.6,<0
.7'
,
'p
ep8>=1,<2
'
,
'pytest
>=2,<3
'
,
'pytest-
django>=2,<3
'
,
'
pytest-cov>=2,<3
'
,
]
},
entry_points
=
{
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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