Skip to content

Commit e626f66

Browse files
authored
add configargparse to azure-sdk-tools dependencies for perf (#34968)
1 parent 66b1e7d commit e626f66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/azure-sdk-tools/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"PyYAML",
2121
"urllib3",
2222
"tomli-w==1.0.0",
23+
# Perf/Build
24+
"ConfigArgParse>=0.12.0",
2325
]
2426

2527
setup(
@@ -56,7 +58,7 @@
5658
extras_require={
5759
":python_version>='3.5'": ["pytest-asyncio>=0.9.0"],
5860
":python_version<'3.11'": ["tomli==2.0.1"],
59-
"build": ["six", "setuptools", "pyparsing", "certifi", "cibuildwheel", "ConfigArgParse>=0.12.0"],
61+
"build": ["six", "setuptools", "pyparsing", "certifi", "cibuildwheel"],
6062
"conda": ["beautifulsoup4"],
6163
"systemperf": ["aiohttp>=3.0", "requests>=2.0", "tornado==6.0.3", "httpx>=0.21", "azure-core"],
6264
"ghtools": ["GitPython", "PyGithub>=1.59.0", "requests>=2.0"],

0 commit comments

Comments
 (0)