35 строки
805 B
Plaintext
35 строки
805 B
Plaintext
pip==20.2
|
|
|
|
# requirements leveraged by ci for testing
|
|
pytest==7.3.1
|
|
pytest-asyncio==0.21.0
|
|
pytest-cov==4.0.0
|
|
pytest-custom-exit-code==0.3.0
|
|
pytest-xdist==3.2.1
|
|
coverage==7.2.5
|
|
bandit==1.6.2
|
|
protobuf==3.17.3; python_version == '2.7'
|
|
chardet>=2.0,<5.0
|
|
cmarkgfm<0.7.0
|
|
typing-extensions<=4.6.3
|
|
|
|
# locking packages defined as deps from azure-sdk-tools
|
|
pytoml==0.1.21
|
|
readme-renderer[md]==25.0
|
|
json-delta==2.0
|
|
ConfigArgParse==1.2.3
|
|
six==1.14.0
|
|
pyyaml==5.3.1
|
|
packaging==23.1
|
|
Jinja2==3.1.2
|
|
MarkupSafe==2.1.3
|
|
wrapt==1.12.1; python_version <= '3.10'
|
|
wrapt==1.14.1; python_version >= '3.11'
|
|
|
|
# Locking pylint and required packages
|
|
pylint==1.8.4; python_version < '3.4'
|
|
pylint==2.9.3; python_version >= '3.6' and python_version <= '3.10'
|
|
pylint==2.14.5; python_version >= '3.11'
|
|
|
|
# python-dotenv
|
|
python-dotenv==0.15.0 |