File: ci_tools.txt

package info (click to toggle)
python-azure 20250603%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 851,724 kB
  • sloc: python: 7,362,925; ansic: 804; javascript: 287; makefile: 195; sh: 145; xml: 109
file content (34 lines) | stat: -rw-r--r-- 771 bytes parent folder | download
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
33
34
# requirements leveraged by ci tools
# setuptools 75.3.2 is the last version of setuptools that supports python 3.8.
# it can be bumped further only when py3.8 is completely eliminated from CI
setuptools==75.3.2
virtualenv==20.29.3
wheel==0.45.1
packaging==24.2
tox==4.24.2
pathlib2==2.3.7.post1
doc-warden==0.7.2
beautifulsoup4==4.13.3
pkginfo==1.12.1.2
pip==24.0
typing-extensions==4.12.2
pyproject-api==1.8.0
cibuildwheel==2.16.5
importlib-metadata==8.5.0

# requirements leveraged for testing
pytest==8.3.5
pytest-cov==5.0.0
coverage==7.6.1

# 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

# local dev packages
./tools/azure-sdk-tools[build]