We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620844f commit 96e74a9Copy full SHA for 96e74a9
setup.py
@@ -20,7 +20,7 @@ def readme():
20
'webvtt',
21
],
22
include_package_data=True,
23
- install_requires=['docopt', 'chardet'],
+ install_requires=['docopt'],
24
entry_points={
25
'console_scripts': [
26
'webvtt=webvtt.cli:main'
0 commit comments