Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bring GitPython over to azure-sdk-tools deps
  • Loading branch information
mccoyp authored Mar 27, 2024
commit cb35204123be291f3ac17e3bcad2c7e69b305cb9
2 changes: 1 addition & 1 deletion tools/azure-sdk-tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"build": ["six", "setuptools", "pyparsing", "certifi", "cibuildwheel", "ConfigArgParse>=0.12.0"],
"conda": ["beautifulsoup4"],
"systemperf": ["aiohttp>=3.0", "requests>=2.0", "tornado==6.0.3", "httpx>=0.21", "azure-core"],
"ghtools": ["PyGithub>=1.59.0"],
"ghtools": ["GitPython", "PyGithub>=1.59.0"],
},
)