mirror of https://github.com/mitsuhiko/flask.git
Browse Source
This fixes #781 and ensures that Flask is tested with blinker installed.pull/1208/head
Daniel Neuhäuser
12 years ago
6 changed files with 17 additions and 1 deletions
@ -1,3 +1,6 @@
|
||||
git+git://github.com/mitsuhiko/werkzeug.git#egg=Werkzeug |
||||
git+git://github.com/mitsuhiko/jinja2.git#egg=Jinja2 |
||||
git+git://github.com/mitsuhiko/itsdangerous.git#egg=itsdangerous |
||||
|
||||
# extra dependencies |
||||
hg+http://bitbucket.org/jek/blinker#egg=blinker |
||||
|
@ -1,3 +1,6 @@
|
||||
Werkzeug==0.7 |
||||
Jinja2==2.4 |
||||
itsdangerous==0.21 |
||||
|
||||
# extra dependencies |
||||
blinker==1.0 |
||||
|
Loading…
Reference in new issue