Skip to content

Commit

Permalink
Remove chardet dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glut23 committed Sep 18, 2017
1 parent 620844f commit 96e74a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
'webvtt',
],
include_package_data=True,
install_requires=['docopt', 'chardet'],
install_requires=['docopt'],
entry_points={
'console_scripts': [
'webvtt=webvtt.cli:main'
Expand Down

0 comments on commit 96e74a9

Please sign in to comment.