add webkit dependency
This commit is contained in:
parent
12e4720bfb
commit
eecd1a40ca
11 changed files with 143 additions and 81 deletions
|
|
@ -39,7 +39,12 @@ setup(
|
|||
'Topic :: Internet',
|
||||
],
|
||||
# keywords='',
|
||||
namespace_packages = ['weboob', 'weboob.applications'],
|
||||
namespace_packages = [
|
||||
'weboob',
|
||||
'weboob.applications',
|
||||
'weboob.tools',
|
||||
'weboob.tools.application',
|
||||
],
|
||||
packages=[
|
||||
'weboob',
|
||||
'weboob.applications',
|
||||
|
|
@ -61,6 +66,6 @@ setup(
|
|||
'scripts/weboob-tests',
|
||||
],
|
||||
install_requires=[
|
||||
'dateutil',
|
||||
'python-dateutil',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue