diff setup.py @ 54:35b94053aafb default tip

update to use ssh for upstream src
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Jun 2024 14:27:38 -0700
parents 7f00458a9455
children
line wrap: on
line diff
--- a/setup.py	Sun Jun 02 13:33:48 2024 -0700
+++ b/setup.py	Sun Jun 02 14:27:38 2024 -0700
@@ -17,10 +17,11 @@
       include_package_data=True,
       zip_safe=False,
       install_requires=[
+          # TODO: lxml , required for mirror-hg
           'martINI >= 0.6',
           'netifaces',
           'pexpect',
-          'python-hglib',
+          'python-hglib',  # Alternative to investigate:  https://pypi.org/project/hglib/
       ],
       entry_points="""
       # -*- Entry points: -*-