Skip to content

Commit 96e74a9

Browse files
committed
Remove chardet dependency
1 parent 620844f commit 96e74a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def readme():
2020
'webvtt',
2121
],
2222
include_package_data=True,
23-
install_requires=['docopt', 'chardet'],
23+
install_requires=['docopt'],
2424
entry_points={
2525
'console_scripts': [
2626
'webvtt=webvtt.cli:main'

0 commit comments

Comments
 (0)