plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

requirements.txt should point to dist #346

Closed jensens closed 5 years ago

jensens commented 5 years ago

https://github.com/plone/bobtemplates.plone/blob/master/requirements.txt should point in Plone 5.1 to

-r http://dist.plone.org/release/5.1.4/requirements.txt
MrTango commented 5 years ago

Why? bobtemplates.plone has no dependencies to Plone, it can in fact have other dependencies than Plone.

jensens commented 5 years ago

well, I took the wrong one, I mean this one https://github.com/plone/bobtemplates.plone/blob/master/bobtemplates/plone/buildout/requirements.txt or this https://github.com/plone/bobtemplates.plone/blob/master/bobtemplates/plone/addon/requirements.txt etc.