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,
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
## disabled until release, install yourself
|
||||
# 'Werkzeug',
|
||||
# 'Jinja2'
|
||||
'Werkzeug>=0.6.1',
|
||||
'Jinja2>=2.4'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue