Skip to content

Commit

Permalink
Flask can depend on Jinja2 and Werkzeug now that they are relased.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 12, 2010
1 parent 4affede commit 959b5df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -13,8 +13,7 @@
zip_safe=False,
platforms='any',
install_requires=[
## disabled until release, install yourself
# 'Werkzeug',
# 'Jinja2'
'Werkzeug>=0.6.1',
'Jinja2>=2.4'
]
)

0 comments on commit 959b5df

Please sign in to comment.