1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
-e .[standard]
# TODO: Remove this after h11 makes a release. By this writing, h11 was on 0.14.0.
# Core dependencies
h11 @ git+https://github.com/python-hyper/h11.git@master
# Explicit optionals
a2wsgi==1.10.7
wsproto==1.2.0
websockets==13.1
# Packaging
build==1.2.2
twine==5.1.1
# Testing
ruff==0.6.8
pytest==8.3.3
pytest-mock==3.14.0
mypy==1.11.2
types-click==7.1.8
types-pyyaml==6.0.12.20240917
trustme==1.1.0
cryptography==43.0.1
coverage==7.6.1
coverage-conditional-plugin==0.9.0
httpx==0.27.2
watchgod==0.8.2
# Documentation
mkdocs==1.6.1
mkdocs-material==9.5.39
|