Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
add a few more extras with additional requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
glennklockwood committed May 7, 2019
1 parent 1d5608d commit 7b87f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ def setup_package():
install_requires=REQUIREMENTS,
extras_require={
'collectdes': ['elasticsearch>=5.4'],
'nersc_globuslogs': ['elasticsearch>=5.4'],
'esnet_snmp': ['requests'],
'lmtdb': ['mysqlclient'],
'nersc_jobsdb': ['mysqlclient'],
},
python_requires=">=2.7",

Expand Down

0 comments on commit 7b87f0b

Please sign in to comment.