1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# requirements leveraged by ci for testing
pytest==8.3.5
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest-custom-exit-code==0.3.0
pytest-xdist==3.2.1
coverage==7.6.1
bandit==1.6.2
stevedore==5.4.1
pyproject-api==1.8.0
build==1.2.2.post1
nh3<0.3; platform_python_implementation == "PyPy" and python_version == "3.9"
# locking packages defined as deps from azure-sdk-tools
Jinja2==3.1.6
json-delta==2.0.2
readme_renderer==43.0
python-dotenv==1.0.1
pyyaml==6.0.2
urllib3==2.2.3
six==1.17.0
|