I'm losing my mind here. This needs to start working.
This commit is contained in:
parent
705624dd6f
commit
2e3c4723d0
2 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,6 @@ packages:
|
||||||
python27-devel: []
|
python27-devel: []
|
||||||
make: []
|
make: []
|
||||||
httpd-devel: []
|
httpd-devel: []
|
||||||
MySQL-python: []
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
# The modwsgi version currently installed on the system
|
# The modwsgi version currently installed on the system
|
||||||
|
|
|
@ -4,12 +4,11 @@ Flask-Mail==0.9.0
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Jinja2==2.7.1
|
Jinja2==2.7.1
|
||||||
MarkupSafe==0.18
|
MarkupSafe==0.18
|
||||||
MySQL-python==1.2.4
|
MySQL-python==1.2.3
|
||||||
Werkzeug==0.9.4
|
Werkzeug==0.9.4
|
||||||
argparse==1.2.1
|
argparse==1.2.1
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
boto==2.13.3
|
boto==2.13.3
|
||||||
distribute==0.6.28
|
|
||||||
itsdangerous==0.23
|
itsdangerous==0.23
|
||||||
peewee==2.1.4
|
peewee==2.1.4
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
|
|
Reference in a new issue