From be98723d57c617285c82d87e2aa82a5b4a938458 Mon Sep 17 00:00:00 2001
From: ansable <anchous12@gmail.com>
Date: Tue, 4 Jun 2019 19:40:10 +0200
Subject: [PATCH] mysqlclient removed from the requires package

so this helps in case if a person doesn't want to use mysqlclient package + this way tests aren't failing => the package is downloaded separately
---
 .travis.yml | 2 +-
 setup.py    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ecdb69f7..400e8e51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_install:
   - bash miniconda.sh -b -p $HOME/miniconda
   - export PATH="$HOME/miniconda/bin:$PATH"
   - conda update --yes conda
-  - conda install --yes numpy scipy
+  - conda install --yes numpy scipy mysqlclient
   - pip install --quiet pytest pytest-cov pytest-xdist chardet
 
 install:
diff --git a/setup.py b/setup.py
index 6b1a8866..09a1ab77 100644
--- a/setup.py
+++ b/setup.py
@@ -137,7 +137,6 @@
     install_requires = [
         "future",
         "backports.csv",
-        "mysqlclient",
         "beautifulsoup4",
         "lxml",
         "feedparser",
