cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

Consolidate requirements and freeze #227

Closed badmutex closed 8 years ago

badmutex commented 8 years ago

@laszewsk @fugangwang

This consolidates the requirements into requirements-open.txt and requirements.txt. The former are the unbounded requirements that are to be used during development and testing while the latter is pip freeze-generated.

I've tested by installing the sdist and wheel into clean environments and running some cm commands. edit: also: nosetests tests/cm_basic works

A couple other notable changes:

Incidentally, pip install . now works.

badmutex commented 8 years ago

python setup.py install doesn't work yet though.