enthought / tabs

Default Repo description from terraform module
0 stars 0 forks source link

Simple requirements file #81

Open johntyree opened 8 years ago

johntyree commented 8 years ago

This doesn't include all dependencies and I'm still waiting for pip on my VPS to finish building numpy so it's not even tested yet. I'll update it as need be.

Closes #74

johntyree commented 8 years ago

@kjordahl anything missing here?

johntyree commented 8 years ago

Where can cmocean be found? If it's just the git repo then we should leave it out of the requirements and just mention it in the readme

kjordahl commented 8 years ago

cmocean is just a GitHub repo now AFAIK. I made an issue there for release on PyPI.

kjordahl commented 8 years ago

Most of the dependencies are subsidiary ones, right? I'd rather not pin everything to specific versions with ==, that will be a pain outside of a virtualenv.

johntyree commented 8 years ago

Feel free to manipulate these however you like. I just made a clean virtualenv and installed things as necessary until it worked, then ran pip freeze -l and enpkg --freeze to generate these.

2015-08-26 11:18 GMT-05:00 Kelsey Jordahl notifications@github.com:

Most of the dependencies are subsidiary ones, right? I'd rather not pin everything to specific versions with ==, that will be a pain outside of a virtualenv.

— Reply to this email directly or view it on GitHub https://github.com/enthought/tabs/pull/81#issuecomment-135084808.

John Tyree Scientific Software Developer Enthought, Inc. www.enthought.com

johntyree commented 8 years ago

This now also needs flask-compress.