chg: dev: add html5lib package
This commit is contained in:
parent
c0af32544a
commit
551bf5a53d
8
setup.py
8
setup.py
@ -53,7 +53,13 @@ setup(
|
||||
license='GPLv3',
|
||||
platforms=['any'],
|
||||
py_modules=['buku'],
|
||||
install_requires=['certifi', 'urllib3>=1.13.1', 'beautifulsoup4>=4.4.1', 'cryptography>=1.2.3'],
|
||||
install_requires=[
|
||||
'beautifulsoup4>=4.4.1',
|
||||
'certifi',
|
||||
'cryptography>=1.2.3',
|
||||
'urllib3>=1.13.1',
|
||||
'html5lib>=1.0.1',
|
||||
],
|
||||
packages=find_packages(exclude=['tests']),
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
|
Loading…
Reference in New Issue
Block a user