updated setup.py with installation dependencies

This commit is contained in:
Mathew Guest 2017-08-26 17:02:13 -06:00
parent 4a9609023b
commit 9958b5b9aa
2 changed files with 2 additions and 1 deletions

@ -18,6 +18,8 @@ setup(name = __project__,
url = '',
install_requires = ('yandex.translate',
'selenium',
'colorlog',
'baker'
),
packages = ('wikicrawl',))

@ -2,7 +2,6 @@
# excercise.
import sqlite3
import pycurl
import os
from . import config