mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
requirements.txt: fix some conflicting requirements
pip (strangely only in the python 2 version when I test it here) reports that some of the versions in requirements.txt were incompatible: django-nvd3 0.9.7 has requirement python-nvd3==0.14.2, but you'll have python-nvd3 0.15.0 which is incompatible. django-registration 2.4.1 has requirement confusable-homoglyphs~=3.0, but you'll have confusable-homoglyphs 2.0.2 which is incompatible. python-nvd3 0.14.2 has requirement python-slugify==1.1.4, but you'll have python-slugify 1.2.5 which is incompatible. I'm not particularly keen on downgrading these but it seems like we don't have much choice. Luckily looking over the changelogs it doesn't seem like that will cause us any problems though. Thanks to Yi Zhao <yi.zhao@windriver.com> for pointing this out. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
61b32b483d
commit
97bb82225a
|
@ -2,7 +2,7 @@ amqp==2.2.2
|
|||
anyjson==0.3.3
|
||||
billiard==3.5.0.3
|
||||
celery==4.1.0
|
||||
confusable-homoglyphs==2.0.2
|
||||
confusable-homoglyphs==3.0.0
|
||||
Django>1.11.0,<1.12
|
||||
django-cors-headers==1.1.0
|
||||
django-nvd3==0.9.7
|
||||
|
@ -19,8 +19,8 @@ kombu==4.1.0
|
|||
MarkupSafe==1.0
|
||||
mysqlclient==1.3.12
|
||||
Pillow==5.1.0
|
||||
python-nvd3==0.15.0
|
||||
python-slugify==1.2.5
|
||||
python-nvd3==0.14.2
|
||||
python-slugify==1.1.4
|
||||
pytz==2018.4
|
||||
six==1.11.0
|
||||
smmap==0.9.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user