From 83061b0fa6f1630420cb9c61a8dca92dfe6e9a3a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 20 May 2018 11:31:10 +0200 Subject: deps --- package.json | 22 ++++++++++++++++++++++ requirements.txt | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 package.json create mode 100644 requirements.txt diff --git a/package.json b/package.json new file mode 100644 index 0000000..be5fe97 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "live-cortex", + "version": "1.0.0", + "description": "live cortex for neural stuff", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@asdf.us:live-cortex.git" + }, + "keywords": [ + "private" + ], + "author": "jules laplace ", + "license": "UNLICENSED", + "dependencies": { + "dotenv": "^5.0.1", + "zerorpc": "^0.9.7" + } +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..10ee8a6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +python-dotenv +zerorpc -- cgit v1.2.3-70-g09d2