* Drop nox in favor of vanilla scripts * Use named stages * Fix attrs dependency resolution madness * Add missing mkautodoc dev dependency * Add missing install step on windows build * Explicitly define stage order so that timed out Windows build runs last * Add missing dev dependency on Black * Clean up contributing guide * Separate docs into docs-build and docs-serve
27 lines
309 B
Plaintext
27 lines
309 B
Plaintext
-e .
|
|
|
|
# Optional
|
|
brotlipy==0.7.*
|
|
|
|
autoflake
|
|
black
|
|
cryptography
|
|
flake8
|
|
flake8-bugbear
|
|
flake8-pie
|
|
isort
|
|
mkdocs
|
|
mkautodoc
|
|
mkdocs-material
|
|
mypy
|
|
pytest
|
|
pytest-asyncio
|
|
pytest-trio
|
|
pytest-cov
|
|
trio
|
|
trustme
|
|
uvicorn
|
|
seed-isort-config
|
|
|
|
attrs>=19.2 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665
|