Add missing lib requirement
This commit is contained in:
parent
ee4930b4bf
commit
f7615b2e96
2 changed files with 2 additions and 0 deletions
|
@ -47,3 +47,4 @@ pyOpenSSL
|
||||||
pygpgme
|
pygpgme
|
||||||
cachetools
|
cachetools
|
||||||
mock
|
mock
|
||||||
|
psutil
|
|
@ -39,6 +39,7 @@ mixpanel-py==3.2.1
|
||||||
mock==1.0.1
|
mock==1.0.1
|
||||||
paramiko==1.15.2
|
paramiko==1.15.2
|
||||||
peewee==2.4.7
|
peewee==2.4.7
|
||||||
|
psutil==2.2.1
|
||||||
psycopg2==2.5.4
|
psycopg2==2.5.4
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
|
|
Reference in a new issue