Skip to content
Snippets Groups Projects
Commit f129a344 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

update python dependencies

parent 2f8f3e11
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@ six
pykerberos
pyRXP
pyOpenSSL >= 0.14
ligo-segments
lscsoft-glue >= 1.55.0
gwdatafind
......@@ -134,8 +134,14 @@ setup(name=PACKAGENAME,
ext_modules=[],
scripts=scripts,
setup_requires=['setuptools>=8.0'],
install_requires=['pyRXP', 'lscsoft-glue>=1.55.0', 'pyOpenSSL>=0.14',
'six', 'gwdatafind'],
install_requires=[
'pyRXP',
'ligo-segments',
'lscsoft-glue>=1.55.0',
'pyOpenSSL>=0.14',
'six',
'gwdatafind',
],
provides=[PACKAGENAME],
author=AUTHOR,
author_email=AUTHOR_EMAIL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment