updated setup.py with installation dependencies
This commit is contained in:
parent
4a9609023b
commit
9958b5b9aa
2
setup.py
2
setup.py
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user