spiffytech / MobileBlur

Mobile interface to the Newsblur RSS reader
Other
9 stars 1 forks source link

Add a manifest file that uses pip to get the right versions of all libraries #20

Closed spiffytech closed 12 years ago

spiffytech commented 12 years ago

Make sure it's used when pushing a release or deploying

spiffytech commented 12 years ago

Abandoned this for new in favor of including packages in modules/ . Virtualenv would add too much complexity to configuring and running the app, and the purpose is served well enough by manually installing the required modules. More difficult to upgrade them (and I presume I won't need to very often), but easier to deploy a guaranteed version.