From 8eedbf077b3fa96f9759df4ebc57f4ce68bfad11 Mon Sep 17 00:00:00 2001
From: violetdarkness <43961584+violetdarkness@users.noreply.github.com>
Date: Mon, 8 Oct 2018 21:13:52 +0700
Subject: [PATCH] requirement.txt missing new line

I got error when installing and find this requirement.txt missing newline
---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 4d3920e..ebc5967 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,5 @@ requests>=2.5.0
 BeautifulSoup4>=4.0.0
 threadpool>=1.2.7
 tabulate>=0.7.5
-future>=0.15.2threadpool==1.3.2
+future>=0.15.2
+threadpool==1.3.2