Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple requirements file #81

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Simple requirements file #81

wants to merge 6 commits into from

Conversation

johntyree
Copy link
Contributor

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
Copy link
Contributor Author

@kjordahl anything missing here?

@johntyree
Copy link
Contributor Author

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
Copy link
Contributor

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

ssl-match-hostname==3.4.0.2
tornado==4.2
werkzeug==0.10.4
wxPython==2.8.10.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There shouldn't be a toolkit-specific requirement here.

@kjordahl
Copy link
Contributor

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
Copy link
Contributor Author

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
#81 (comment).

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

@johntyree
Copy link
Contributor Author

This now also needs flask-compress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants