forked from orbit-oss/flask
Merge pull request #2320 from markshannon/fix-click-dependency-info
Update click dependency info.
This commit is contained in:
commit
701faf0724
2 changed files with 7 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -74,7 +74,7 @@ setup(
|
||||||
'Werkzeug>=0.7',
|
'Werkzeug>=0.7',
|
||||||
'Jinja2>=2.4',
|
'Jinja2>=2.4',
|
||||||
'itsdangerous>=0.21',
|
'itsdangerous>=0.21',
|
||||||
'click>=2.0',
|
'click>=4.0',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|
|
||||||
8
tox.ini
8
tox.ini
|
|
@ -1,8 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = {py26,py27,pypy}-{lowest,release,devel}{,-simplejson}, {py33,py34,py35,py36}-{release,devel}{,-simplejson}
|
envlist = {py26,py27,pypy}-{lowest,release,devel}{,-simplejson}, {py33,py34,py35,py36}-{release,devel}{,-simplejson}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = LANG
|
passenv = LANG
|
||||||
usedevelop=true
|
usedevelop=true
|
||||||
|
|
@ -20,12 +18,18 @@ deps=
|
||||||
lowest: Werkzeug==0.7
|
lowest: Werkzeug==0.7
|
||||||
lowest: Jinja2==2.4
|
lowest: Jinja2==2.4
|
||||||
lowest: itsdangerous==0.21
|
lowest: itsdangerous==0.21
|
||||||
|
lowest: Click==4.0
|
||||||
lowest: blinker==1.0
|
lowest: blinker==1.0
|
||||||
|
|
||||||
release: blinker
|
release: blinker
|
||||||
|
|
||||||
devel: git+https://github.com/pallets/werkzeug.git
|
devel: git+https://github.com/pallets/werkzeug.git
|
||||||
|
devel: git+https://github.com/pallets/markupsafe.git
|
||||||
devel: git+https://github.com/pallets/jinja.git
|
devel: git+https://github.com/pallets/jinja.git
|
||||||
devel: git+https://github.com/pallets/itsdangerous.git
|
devel: git+https://github.com/pallets/itsdangerous.git
|
||||||
|
devel: git+https://github.com/pallets/click.git
|
||||||
devel: git+https://github.com/jek/blinker.git
|
devel: git+https://github.com/jek/blinker.git
|
||||||
|
|
||||||
simplejson: simplejson
|
simplejson: simplejson
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue