raulcd commented on code in PR #48886:
URL: https://github.com/apache/arrow/pull/48886#discussion_r2708484715


##########
dev/archery/setup.py:
##########
@@ -29,9 +29,9 @@
 
 extras = {
     'benchmark': ['pandas'],
-    'crossbow': ['github3.py', jinja_req, 'pygit2>=1.14.0', 'requests',
+    'crossbow': ['pygithub', jinja_req, 'pygit2>=1.14.0', 'requests',
                  'ruamel.yaml', 'setuptools_scm>=8.0.0'],
-    'crossbow-upload': ['github3.py', jinja_req, 'ruamel.yaml',
+    'crossbow-upload': ['pygithub', jinja_req, 'ruamel.yaml',
                         'setuptools_scm'],

Review Comment:
   I am wondering whether we could just remove `crossbow-upload` it doesn't 
seem to be installed on isolation anywhere on our code-base and should be part 
of crossbow directly.
   Maybe as a follow up.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to