comment Pylons requirements, add Flask requirements
This commit is contained in:
parent
e203f9a20a
commit
c3ead7e729
1 changed files with 22 additions and 17 deletions
|
@ -1,18 +1,23 @@
|
||||||
Babel==1.3
|
Flask==0.10.1
|
||||||
Beaker==1.6.4
|
Jinja2==2.7.3
|
||||||
FormEncode==1.2.6
|
|
||||||
Mako==1.0.0
|
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
Paste==1.7.5.1
|
Werkzeug==0.9.6
|
||||||
PasteDeploy==1.5.2
|
itsdangerous==0.24
|
||||||
PasteScript==1.7.5
|
#Babel==1.3
|
||||||
Pygments==2.0.1
|
#Beaker==1.6.4
|
||||||
Pylons==1.0.1
|
#FormEncode==1.2.6
|
||||||
Routes==2.0
|
#Mako==1.0.0
|
||||||
Tempita==0.5.2
|
#MarkupSafe==0.23
|
||||||
WebError==0.10.3
|
#Paste==1.7.5.1
|
||||||
WebHelpers==1.3
|
#PasteDeploy==1.5.2
|
||||||
WebOb==1.4
|
#PasteScript==1.7.5
|
||||||
WebTest==2.0.16
|
#Pygments==2.0.1
|
||||||
nose==1.3.4
|
#Pylons==1.0.1
|
||||||
simplejson==3.6.5
|
#Routes==2.0
|
||||||
|
#Tempita==0.5.2
|
||||||
|
#WebError==0.10.3
|
||||||
|
#WebHelpers==1.3
|
||||||
|
#WebOb==1.4
|
||||||
|
#WebTest==2.0.16
|
||||||
|
#nose==1.3.4
|
||||||
|
#simplejson==3.6.5
|
||||||
|
|
Loading…
Reference in a new issue