From 7cab1c1932ece06948c86d731fd87e7b3f044fa1 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Wed, 14 Mar 2018 09:00:10 -0400 Subject: [PATCH] Update for killing streams. Adding config structure. --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d257d94 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +#--------------------------------------------------------- +# Potential requirements. +# pip install -r requirements.txt +#--------------------------------------------------------- +requests +plexapi +configparser +matplotlib +numpy +basemap \ No newline at end of file