From 59fe829a202db6d789edc2a969535e7e0ebddb34 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 26 Jan 2018 21:05:25 -0800 Subject: [PATCH] Initial commit Bootstrap script, requirements.txt --- bootstrap.sh | 4 ++++ requirements.txt | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100755 bootstrap.sh create mode 100644 requirements.txt diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..e894ac3 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +python3 -m venv env +env/bin/pip3 install -r requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c8d996f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,22 @@ +appnope==0.1.0 +cycler==0.10.0 +decorator==4.2.1 +ipython==6.2.1 +ipython-genutils==0.2.0 +jedi==0.11.1 +matplotlib==2.1.2 +numpy==1.14.0 +parso==0.1.1 +pexpect==4.3.1 +pickleshare==0.7.4 +prompt-toolkit==1.0.15 +ptyprocess==0.5.2 +Pygments==2.2.0 +pyparsing==2.2.0 +python-dateutil==2.6.1 +pytz==2017.3 +scipy==1.0.0 +simplegeneric==0.8.1 +six==1.11.0 +traitlets==4.3.2 +wcwidth==0.1.7