mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
requirements.txt: update some dependency versions
Use latest tested versions (though we pin djangorestframework at 3.6.4 since that is the last version that supports Django 1.8), and add new resulting dependencies. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
64a34a98c0
commit
1aeb5bbb57
|
@ -1,25 +1,29 @@
|
||||||
amqp==1.4.9
|
amqp==2.2.2
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
billiard==3.3.0.23
|
billiard==3.5.0.3
|
||||||
celery==3.1.25
|
celery==4.1.0
|
||||||
Django==1.8.17
|
confusable-homoglyphs==2.0.2
|
||||||
|
Django==1.8.18
|
||||||
django-cors-headers==1.1.0
|
django-cors-headers==1.1.0
|
||||||
django-nvd3==0.9.7
|
django-nvd3==0.9.7
|
||||||
django-registration==2.1
|
django-ranged-response==0.2.0
|
||||||
|
django-registration==2.4.1
|
||||||
django-reversion==1.9.3
|
django-reversion==1.9.3
|
||||||
django-reversion-compare==0.5.6
|
django-reversion-compare==0.5.6
|
||||||
django-simple-captcha==0.4.6
|
django-simple-captcha==0.5.6
|
||||||
djangorestframework==3.2.5
|
djangorestframework==3.6.4
|
||||||
gitdb==0.6.4
|
gitdb==0.6.4
|
||||||
GitPython==2.0.5
|
GitPython==2.1.8
|
||||||
Jinja2==2.8
|
Jinja2==2.10
|
||||||
kombu==3.0.37
|
kombu==4.1.0
|
||||||
MarkupSafe==0.23
|
MarkupSafe==1.0
|
||||||
mysqlclient==1.3.7
|
mysqlclient==1.3.12
|
||||||
Pillow==3.3.0
|
Pillow==5.0.0
|
||||||
python-nvd3==0.14.2
|
python-nvd3==0.14.2
|
||||||
python-slugify==1.1.4
|
python-slugify==1.2.4
|
||||||
pytz==2018.3
|
pytz==2018.3
|
||||||
six==1.10.0
|
six==1.11.0
|
||||||
smmap==0.9.0
|
smmap==0.9.0
|
||||||
|
smmap2==2.0.3
|
||||||
Unidecode==0.4.19
|
Unidecode==0.4.19
|
||||||
|
vine==1.1.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user