diff --git a/brew-formulas.txt b/brew-formulas.txt index 61e3d33e3a..0aed9645d0 100644 --- a/brew-formulas.txt +++ b/brew-formulas.txt @@ -6,3 +6,4 @@ gfortran python yuicompressor node +graphviz diff --git a/create-dev-env.sh b/create-dev-env.sh index 7d8fdd2f17..96f212c9b5 100755 --- a/create-dev-env.sh +++ b/create-dev-env.sh @@ -105,7 +105,7 @@ NUMPY_VER="1.6.2" SCIPY_VER="0.10.1" BREW_FILE="$BASE/mitx/brew-formulas.txt" LOG="/var/tmp/install-$(date +%Y%m%d-%H%M%S).log" -APT_PKGS="curl git python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor coffeescript" +APT_PKGS="curl git python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor coffeescript graphviz" if [[ $EUID -eq 0 ]]; then error "This script should not be run using sudo or as the root user" diff --git a/requirements.txt b/requirements.txt index 130934a8ef..90c60a1e0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ python-memcached python-openid path.py django_debug_toolbar -django-staticfiles>=1.2.1 fs beautifulsoup beautifulsoup4 @@ -43,4 +42,6 @@ django-ses django-storages django-threaded-multihost django-sekizai<0.7 +networkx +pystache -r repo-requirements.txt