Remove fig.packages replace with real deps.

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin 2014-07-30 13:11:11 -07:00 committed by Ben Firshman
commit 7fd37c89b9
30 changed files with 47 additions and 1775 deletions

View file

@ -2,7 +2,8 @@
set -ex
rm -rf venv
virtualenv venv
venv/bin/pip install pyinstaller==2.1
venv/bin/pip install -r requirements.txt
venv/bin/pip install -r requirements-dev.txt
venv/bin/pip install .
venv/bin/pyinstaller -F bin/fig
dist/fig --version