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