forked from orbit-oss/flask
Flask can depend on Jinja2 and Werkzeug now that they are relased.
This commit is contained in:
parent
4affedec35
commit
959b5df004
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
|
@ -13,8 +13,7 @@ setup(
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms='any',
|
platforms='any',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
## disabled until release, install yourself
|
'Werkzeug>=0.6.1',
|
||||||
# 'Werkzeug',
|
'Jinja2>=2.4'
|
||||||
# 'Jinja2'
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue