Skip to content

Commit 8ba087e

Browse files
authored
Bring azure-devtools's GH tool dependencies over to azure-sdk-tools (#34967)
1 parent 9d08ae8 commit 8ba087e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e .[ghtools]

tools/azure-sdk-tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"build": ["six", "setuptools", "pyparsing", "certifi", "cibuildwheel", "ConfigArgParse>=0.12.0"],
6060
"conda": ["beautifulsoup4"],
6161
"systemperf": ["aiohttp>=3.0", "requests>=2.0", "tornado==6.0.3", "httpx>=0.21", "azure-core"],
62-
"ghtools": ["PyGithub>=1.59.0"],
62+
"ghtools": ["GitPython", "PyGithub>=1.59.0", "requests>=2.0"],
6363
},
6464
)

0 commit comments

Comments
 (0)