add retrying dependency
This commit is contained in:
parent
83802088bf
commit
f47895fd46
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ setup(
|
|||||||
description='A forum scraping and migration tool.',
|
description='A forum scraping and migration tool.',
|
||||||
author='Adrian Malacoda',
|
author='Adrian Malacoda',
|
||||||
packages=['tge', 'tge.scrapers'],
|
packages=['tge', 'tge.scrapers'],
|
||||||
install_requires=['pyquery', 'python-dateutil'],
|
install_requires=['pyquery', 'python-dateutil', 'retrying'],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'tge = tge:main'
|
'tge = tge:main'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user