Я пишу дополнение для Plone 5.1.Я добавил зависимость к параметру setup.py
install_requires
моего дополнения.Я также добавил свое дополнение (esperonus.vimeo) к Plone's buildout.cfg
.Однако при запуске buildout я получаю эту ошибку:
ryselis@ryselis-All-Series:~/Plone/zinstance$ bin/buildout -c develop.cfg
mr.developer: Queued 'esperonus.vimeo_plone' for checkout.
mr.developer: Filesystem package 'esperonus.vimeo_plone' doesn't need a checkout.
Develop: '/home/ryselis/Plone/zinstance/src/esperonus.vimeo_plone'
Updating _mr.developer.
Installing instance.
Version and requirements information containing certifi:
[versions] constraint on certifi: 2017.11.5
Requirement of tuspy==0.2.1: certifi==2017.7.27.1
Requirement of requests>=2.4.0: certifi>=2017.4.17
While:
Installing instance.
Error: The requirement ('certifi==2017.7.27.1') is not allowed by your [versions] constraint (2017.11.5)
Похоже, VimeoPy требует другую версию сертификата, чем tuspy (я полагаю, это зависимость Plone?).Что я могу сделать, чтобы добавить VimeoPy в мое дополнение?