rely on stable version of cryptography instead of dev

This commit is contained in:
kevgliss
2015-08-26 14:16:34 -07:00
parent a350940cd1
commit fe7b075f7b
2 changed files with 1 additions and 3 deletions

View File

@ -6,8 +6,6 @@ develop: update-submodules setup-git
npm install
pip install "setuptools>=0.9.8"
# order matters here, base package must install first
# this is temporary until the version we need is released
pip install -e 'git+https://git@github.com/pyca/cryptography.git#egg=cryptography-1.0.dev1'
pip install -e .
pip install "file://`pwd`#egg=lemur[dev]"
pip install "file://`pwd`#egg=lemur[tests]"