File tree Expand file tree Collapse file tree 3 files changed +29
-21
lines changed
Expand file tree Collapse file tree 3 files changed +29
-21
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " pip"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ --use-feature ="2020-resolver"
2+
13-e .[http2 ]
24
35# Optionals
4- trio
5- trio-typing
6- curio
6+ trio == 0.16.0
7+ trio-typing == 0.5.0
8+ curio == 1.4
79
810# Docs
9- mkautodoc
10- mkdocs
11- mkdocs-material
11+ mkautodoc == 0.1.0
12+ mkdocs == 1.1.2
13+ mkdocs-material == 5.5.12
1214
1315# Packaging
14- twine
15- wheel
16+ twine == 3.2.0
17+ wheel == 0.35.1
1618
1719# Tests & Linting
18- anyio >= 2.0.0rc2
19- autoflake
20+ anyio == 2.0.0
21+ autoflake == 1.4
2022black == 20.8b1
21- flake8
22- flake8-bugbear
23- flake8-pie
24- isort == 5.*
25- mitmproxy
26- mypy
27- pytest
28- pytest-cov
29- trustme
30- uvicorn
23+ flake8 == 3.8.3
24+ flake8-bugbear == 20.1.4
25+ flake8-pie == 0.6.1
26+ isort == 5.5.2
27+ mitmproxy == 5.2
28+ mypy == 0.782
29+ pytest == 6.0.2
30+ pytest-cov == 2.10.1
31+ trustme == 0.6.0
32+ uvicorn == 0.11.8
Original file line number Diff line number Diff line change 1515 PIP=" pip"
1616fi
1717
18+ " $PIP " install -U " pip >= 20.2" setuptools wheel
1819" $PIP " install -r " $REQUIREMENTS "
19- " $PIP " install -e .
You can’t perform that action at this time.
0 commit comments