Remove the gpled loremipsum module.
This commit is contained in:
parent
bab3a0949c
commit
6b38ddb9b6
5 changed files with 17 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
APScheduler==2.1.2
|
||||
APScheduler==3.0.0
|
||||
Flask==0.10.1
|
||||
Flask-Login==0.2.11
|
||||
Flask-Mail==0.9.0
|
||||
|
@ -12,7 +12,7 @@ Pillow==2.5.1
|
|||
PyGithub==1.25.0
|
||||
PyMySQL==0.6.2
|
||||
PyPDF2==1.22
|
||||
SQLAlchemy==0.9.6
|
||||
SQLAlchemy==0.9.7
|
||||
Unidecode==0.04.16
|
||||
Werkzeug==0.9.6
|
||||
alembic==0.6.5
|
||||
|
@ -20,9 +20,11 @@ aniso8601==0.82
|
|||
argparse==1.2.1
|
||||
beautifulsoup4==4.3.2
|
||||
blinker==1.3
|
||||
boto==2.31.1
|
||||
docker-py==0.3.2
|
||||
boto==2.32.0
|
||||
coverage==3.7.1
|
||||
docker-py==0.4.0
|
||||
ecdsa==0.11
|
||||
futures==2.1.6
|
||||
gevent==1.0.1
|
||||
greenlet==0.4.2
|
||||
gunicorn==18.0
|
||||
|
@ -30,7 +32,6 @@ hiredis==0.1.4
|
|||
html5lib==0.999
|
||||
itsdangerous==0.24
|
||||
jsonschema==2.3.0
|
||||
loremipsum==1.0.2
|
||||
marisa-trie==0.6
|
||||
mixpanel-py==3.1.3
|
||||
mock==1.0.1
|
||||
|
@ -48,7 +49,8 @@ redis==2.10.1
|
|||
reportlab==2.7
|
||||
requests==2.3.0
|
||||
six==1.7.3
|
||||
stripe==1.18.0
|
||||
stripe==1.19.0
|
||||
tzlocal==1.1.1
|
||||
websocket-client==0.11.0
|
||||
wsgiref==0.1.2
|
||||
xhtml2pdf==0.0.6
|
||||
|
|
Reference in a new issue