RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Fix install_requires dependencies in setup.py #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I know there's a buildout, but for incorporating getpaid into other
buildouts, it would be much easier if getpaid declared all it's
dependencies using install_requires in setup.py.  Following is the list I
had to add to get an instance to start up.  There may be more, I'm just
getting started with getpaid:

          'simplejson',
          'five.intid',
          'ore.viewlet',
          'yoma.batching',
          'Products.PloneGetPaid',

Original issue reported on code.google.com by merpatte...@gmail.com on 9 Sep 2008 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by cjj.ifpe...@gmail.com on 11 Sep 2008 at 1:36

GoogleCodeExporter commented 9 years ago
This has been included into the getpaid eggs.

Original comment by lucielej...@gmail.com on 16 Oct 2008 at 1:56