Skip to content
Permalink
Browse files

Make monitoring install by default

  • Loading branch information...
annawoodard committed May 31, 2019
1 parent b138ee2 commit 83f8eb688ea457e5bb3a5b2e21f6db87cdd5b01d
Showing with 10 additions and 12 deletions.
  1. +10 −1 requirements.txt
  2. +0 −11 setup.py
@@ -7,4 +7,13 @@ tblib
ipykernel
requests
paramiko
psutil
psutil
sqlalchemy
sqlalchemy_utils
pydot
networkx
Flask
flask_sqlalchemy
pandas
plotly
python-daemon
@@ -7,17 +7,6 @@
install_requires = f.readlines()

extras_require = {
'monitoring' : [
'sqlalchemy',
'sqlalchemy_utils',
'pydot',
'networkx',
'Flask',
'flask_sqlalchemy',
'pandas',
'plotly',
'python-daemon'
],
'aws' : ['boto3'],
'kubernetes' : ['kubernetes'],
'oauth_ssh' : ['oauth-ssh>=0.9'],

0 comments on commit 83f8eb6

Please sign in to comment.
You can’t perform that action at this time.