forked from orbit-oss/flask
Change to Pallets project
* Update CHANGES * Update CONTRIBUTING.rst * Update setup.py * Update tox.ini * Update extensions.rst * Update security.rst * Update installation.rst * Update testing.rst * Update upgrading.rst * Update sidebarintro.html * Update jquery.rst * Update dbcon.rst * Update index.rst
This commit is contained in:
parent
bd667109c6
commit
567fff9d0d
13 changed files with 18 additions and 18 deletions
6
tox.ini
6
tox.ini
|
|
@ -15,9 +15,9 @@ deps=
|
|||
lowest: itsdangerous==0.21
|
||||
lowest: blinker==1.0
|
||||
release: blinker
|
||||
devel: git+https://github.com/mitsuhiko/werkzeug.git
|
||||
devel: git+https://github.com/mitsuhiko/jinja2.git
|
||||
devel: git+https://github.com/mitsuhiko/itsdangerous.git
|
||||
devel: git+https://github.com/pallets/werkzeug.git
|
||||
devel: git+https://github.com/pallets/jinja.git
|
||||
devel: git+https://github.com/pallets/itsdangerous.git
|
||||
devel: git+https://github.com/jek/blinker.git
|
||||
|
||||
[testenv:docs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue