forked from orbit-oss/flask
use https instead of git protocol
git protocol is blocked on some networks
This commit is contained in:
parent
c388e9c24e
commit
d7b20e0ad7
1 changed files with 4 additions and 7 deletions
11
tox.ini
11
tox.ini
|
|
@ -15,13 +15,10 @@ deps=
|
||||||
lowest: itsdangerous==0.21
|
lowest: itsdangerous==0.21
|
||||||
lowest: blinker==1.0
|
lowest: blinker==1.0
|
||||||
release: blinker
|
release: blinker
|
||||||
devel: git+git://github.com/mitsuhiko/werkzeug.git
|
devel: git+https://github.com/mitsuhiko/werkzeug.git
|
||||||
devel: git+git://github.com/mitsuhiko/jinja2.git
|
devel: git+https://github.com/mitsuhiko/jinja2.git
|
||||||
devel: git+git://github.com/mitsuhiko/itsdangerous.git
|
devel: git+https://github.com/mitsuhiko/itsdangerous.git
|
||||||
devel: git+git://github.com/jek/blinker.git
|
devel: git+https://github.com/jek/blinker.git
|
||||||
|
|
||||||
# extra dependencies
|
|
||||||
git+git://github.com/jek/blinker.git#egg=blinker
|
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = sphinx
|
deps = sphinx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue