matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

Update requirements.txt #51

Closed yetkinozturk closed 11 years ago

yetkinozturk commented 11 years ago

xlwt>=0.7.4 for plata.reporting.product imports

matthiask commented 11 years ago

Good catch.

plata@next uses openpyxl instead, because that one supports more than 64k rows in a single worksheet. I updated the requirements in the next branch accordingly.

yetkinozturk commented 11 years ago

MScentric things always need extra attention i suppose, nice work.