There was an error while loading. Please reload this page.
2 parents ff99b16 + b176045 commit 5c9a0eaCopy full SHA for 5c9a0ea
vagrant/pg_config.sh
@@ -2,6 +2,9 @@ apt-get -qqy update
2
apt-get -qqy install postgresql python-psycopg2
3
apt-get -qqy install python-flask python-sqlalchemy
4
apt-get -qqy install python-pip
5
+pip install packaging
6
+pip install appdirs
7
+pip install -U six
8
pip install bleach
9
pip install oauth2client
10
pip install requests
0 commit comments