PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 22nd of April, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[20:05:17] <DanielHolth> maybe you can remind me whether install_requires=['pillow ==2.0.0, >=2.4.0'] is supposed to mean something more than 'error'
[20:34:04] <dstufft> I think for some odd reason setuptools implements that as OR
[20:34:08] <dstufft> which I think it crazy
[20:34:27] <dstufft> and should probably be changed to AND
[20:42:36] <DanielHolth> Not sure, it's just the latest version of reportlab *released today* which has 2 other questionable install_requires entries. Buildout implements it as "no"