Skip to content

Commit 52c13fc

Browse files
committed
Update pg_config.sh
added passlib
1 parent a679b4c commit 52c13fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vagrant/pg_config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pip install oauth2client
77
pip install requests
88
pip install httplib2
99
pip install redis
10+
pip install passlib
1011
su postgres -c 'createuser -dRS vagrant'
1112
su vagrant -c 'createdb'
1213
su vagrant -c 'createdb forum'

0 commit comments

Comments
 (0)