Add missing pyyaml dependency
This commit is contained in:
parent
b51022c739
commit
5b3514b49c
2 changed files with 2 additions and 0 deletions
|
@ -33,5 +33,6 @@ python-ldap
|
||||||
pycrypto
|
pycrypto
|
||||||
logentries
|
logentries
|
||||||
psycopg2
|
psycopg2
|
||||||
|
pyyaml
|
||||||
git+https://github.com/DevTable/aniso8601-fake.git
|
git+https://github.com/DevTable/aniso8601-fake.git
|
||||||
git+https://github.com/DevTable/anunidecode.git
|
git+https://github.com/DevTable/anunidecode.git
|
||||||
|
|
|
@ -12,6 +12,7 @@ Pillow==2.5.1
|
||||||
PyGithub==1.25.0
|
PyGithub==1.25.0
|
||||||
PyMySQL==0.6.2
|
PyMySQL==0.6.2
|
||||||
PyPDF2==1.22
|
PyPDF2==1.22
|
||||||
|
PyYAML==3.11
|
||||||
SQLAlchemy==0.9.7
|
SQLAlchemy==0.9.7
|
||||||
Werkzeug==0.9.6
|
Werkzeug==0.9.6
|
||||||
alembic==0.6.5
|
alembic==0.6.5
|
||||||
|
|
Reference in a new issue