File size: 705 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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.7
six==1.14.0
pyyaml==5.4.1
packaging==23.1
Jinja2==3.1.2

# 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