From 0edc6fef03c9fa05db957ac20d397d74595c4124 Mon Sep 17 00:00:00 2001 From: RUPESH Date: Thu, 13 Dec 2018 10:09:44 +0000 Subject: [PATCH] Create requirements.txt Basic file for easier cloning and running the repo --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b8dea77 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +numpy +pandas +BeautifulSoup +np_utils +matplotlib +Theano +keras