Skip to content

Commit

Permalink
Add setuptools to install requirements
Browse files Browse the repository at this point in the history
subliminal/extensions.py and tests/test_extensions.py import pkg_resources
  • Loading branch information
hrnciar authored and ptrcnull committed Jan 22, 2024
1 parent a19634b commit af3b8bd
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 @@ -30,7 +30,7 @@ def find_version(*file_paths):
install_requirements = ['guessit>=3.0.0', 'babelfish>=0.5.2', 'enzyme>=0.4.1', 'beautifulsoup4>=4.4.0',
'requests>=2.0', 'click>=4.0', 'dogpile.cache>=0.6.0', 'stevedore>=1.20.0',
'chardet>=2.3.0', 'srt>=3.5.0', 'six>=1.9.0', 'appdirs>=1.3', 'rarfile>=2.7',
'pytz>=2012c']
'pytz>=2012c', 'setuptools']
if sys.version_info < (3, 2):
install_requirements.append('futures>=3.0')

Expand Down

0 comments on commit af3b8bd

Please sign in to comment.