add some jessie requirements for flask
This commit is contained in:
parent
cf04f6f0cb
commit
fdd97270d6
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
Jinja2==2.7.3
|
Jinja2==2.8
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
Werkzeug==0.9.6
|
Werkzeug==0.10.4
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
Babel==1.3
|
Babel==2.1.post20150925
|
||||||
pytz==2012c
|
|
||||||
Flask-Babel==0.9
|
Flask-Babel==0.9
|
||||||
|
pytz==2015.6
|
||||||
speaklater==1.3
|
speaklater==1.3
|
||||||
Flask-WTF==0.10.2
|
Flask-WTF==0.10.2
|
||||||
WTForms==2.0.1
|
WTForms==2.0.1
|
||||||
|
#Babel==1.3
|
||||||
#Beaker==1.6.4
|
#Beaker==1.6.4
|
||||||
#FormEncode==1.2.6
|
#FormEncode==1.2.6
|
||||||
#Mako==1.0.0
|
#Mako==1.0.0
|
||||||
|
|
Loading…
Reference in a new issue