From ab7f312ea28a54a5362c22f3b5c1d75d44a0cb96 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Fri, 13 Oct 2017 12:04:06 -0500 Subject: [PATCH] CO - bug fix and updates --- config.json | 11 +---------- requirements.txt | 27 +++++++++++++++++++-------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/config.json b/config.json index 02f1be0..1e219cb 100644 --- a/config.json +++ b/config.json @@ -1,17 +1,8 @@ { - "id":"michaels-MBP", - "key":"4q-h8r5-247&!570p=[0v8]x360", "api":"dev.the-phi.com", - "delay":10.0, "store":{ "class":{"read":"CouchdbReader","write":"CouchdbWriter"}, - "args":{"uri":"http://dev.the-phi.com:5984","dbname":"mike-db","uid":"logs"} - }, - "procs":["mail","safari", "chrome", "terminal"], - "folders":["/Users/michaelmead/Downloads"], - "actions":{ - "folders":{"threshold":"10mb","action":"archive","key":""}, - "apps":{"mail":"","safari":"","chrome":"" } + "args":{"uri":"http://localhost.com:5984","dbname":"monitor","uid":"logs"} } diff --git a/requirements.txt b/requirements.txt index c83f924..1ce03fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,34 @@ -Flask==0.11.1 -Flask-Session==0.3.0 -Flask-SocketIO==2.8.2 -Jinja2==2.8 -MarkupSafe==0.23 -Werkzeug==0.11.11 aniso8601==1.2.0 -argparse==1.2.1 +asn1crypto==0.23.0 +certifi==2017.7.27.1 +cffi==1.11.2 +chardet==3.0.4 click==6.6 couchdbkit==0.6.5 +cryptography==2.1.1 +enum34==1.1.6 +Flask==0.11.1 +Flask-Session==0.3.0 +Flask-SocketIO==2.8.2 http-parser==0.8.3 +idna==2.6 +ipaddress==1.0.18 itsdangerous==0.24 +Jinja2==2.8 +MarkupSafe==0.23 ngram==3.3.0 numpy==1.11.3 pika==0.10.0 +pkg-resources==0.0.0 +pycparser==2.18 +pyOpenSSL==17.3.0 python-dateutil==2.6.0 python-engineio==1.1.0 python-socketio==1.6.2 pytz==2016.10 +requests==2.18.4 restkit==4.2.2 six==1.10.0 socketpool==0.5.3 -wsgiref==0.1.2 +urllib3==1.22 +Werkzeug==0.11.11