From 9958b5b9aa25fad2999c30463cfa56cf59aca87f Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sat, 26 Aug 2017 17:02:13 -0600 Subject: [PATCH] updated setup.py with installation dependencies --- setup.py | 2 ++ wikicrawl/dal.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 789c1f2..71c2663 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,8 @@ setup(name = __project__, url = '', install_requires = ('yandex.translate', 'selenium', + 'colorlog', + 'baker' ), packages = ('wikicrawl',)) diff --git a/wikicrawl/dal.py b/wikicrawl/dal.py index a6e07f7..bf29ac0 100644 --- a/wikicrawl/dal.py +++ b/wikicrawl/dal.py @@ -2,7 +2,6 @@ # excercise. import sqlite3 -import pycurl import os from . import config