0001-set-upper-bound-on-django-import-export-dependency-v.patch
debian/control | ||
---|---|---|
21 | 21 |
python-gadjo (>= 0.53), |
22 | 22 |
python-django-tables2 (>= 1), |
23 | 23 |
python-django-import-export (>= 0.2.7), |
24 |
python-django-import-export (<= 0.4.5), |
|
24 | 25 |
python-djangorestframework (>= 3.3), |
25 | 26 |
python-markdown (>= 2.1), |
26 | 27 |
python-ldap (>= 2.4), |
doc/installation_modes.rst | ||
---|---|---|
21 | 21 |
- django-select2>=4.3.0 |
22 | 22 |
- django-tables2>=1.0 |
23 | 23 |
- gadjo>=0.6 |
24 |
- django-import-export>=0.2.7 |
|
24 |
- django-import-export>=0.2.7,<=0.4.5
|
|
25 | 25 |
- djangorestframework>=3.3 |
26 | 26 |
- six>=1.9 |
27 | 27 |
- Markdown>=2.5 |
setup.py | ||
---|---|---|
123 | 123 |
'Django-Select2>5,<6', |
124 | 124 |
'django-tables2>=1.0,<2.0', |
125 | 125 |
'gadjo>=0.53', |
126 |
'django-import-export>=0.2.7', |
|
126 |
'django-import-export>=0.2.7,<=0.4.5',
|
|
127 | 127 |
'djangorestframework>=3.3,<3.5', |
128 | 128 |
'six>=1', |
129 | 129 |
'Markdown>=2.1', |
130 |
- |