mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-03 10:45:42 +00:00
fix(packaging): use importlib-resources instead of pkg_resources
This commit is contained in:
@@ -15,7 +15,7 @@ with io.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||
with io.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f:
|
||||
changelog = f.read()
|
||||
|
||||
install_requires = ['rebulk>=3', 'babelfish', 'python-dateutil']
|
||||
install_requires = ['rebulk>=3', 'babelfish', 'python-dateutil', 'importlib-resources']
|
||||
|
||||
setup_requires = ['pytest-runner']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user