|
@@ -77,6 +77,7 @@ if has_setuptools:
|
|
|
'fastimport': ['fastimport'],
|
|
|
'https': ['urllib3[secure]>=1.24.1'],
|
|
|
'pgp': ['gpg'],
|
|
|
+ 'watch': ['pyinotify'],
|
|
|
}
|
|
|
setup_kwargs['install_requires'] = ['urllib3>=1.24.1', 'certifi']
|
|
|
setup_kwargs['include_package_data'] = True
|