зеркало из https://github.com/mozilla/Garmr.git
Update setup.py to include BeautifulSoup dependency
This commit is contained in:
Родитель
accd7cf6c2
Коммит
9be6982bc9
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ def main():
|
||||||
'Topic :: Software Development :: Testing',
|
'Topic :: Software Development :: Testing',
|
||||||
'Topic :: Software Development :: Libraries',
|
'Topic :: Software Development :: Libraries',
|
||||||
'Programming Language :: Python'],
|
'Programming Language :: Python'],
|
||||||
install_requires= ['requests>=0.6.2']
|
install_requires= ['requests>=0.6.2','BeautifulSoup==3.2.1']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче