misc: use django-tables2 adapted to django version

This commit is contained in:
Frédéric Péters 2018-02-02 14:29:58 +01:00
parent 904854876f
commit 4eb36e2f01
2 changed files with 3 additions and 1 deletions

View File

@ -99,7 +99,7 @@ setup(
install_requires=[
'django>=1.7',
'gadjo',
'django-tables2>=1.5',
'django-tables2',
'django-jsonfield >= 0.9.3',
'django-filter>1',
'djangorestframework>=3.3,<3.4',

View File

@ -14,7 +14,9 @@ setenv =
coverage: COVERAGE=--cov=fargo --cov-report xml
deps =
dj18: django>=1.8,<1.9
dj18: django-tables2<1.1
dj111: django>=1.11,<1.12
dj111: django-tables2>=1.5
pytest>=3.3.0
pytest-cov
pytest-random