Skip to content

Commit bbe94cb

Browse files
committed
Merge branch 'hotfix/0.2.4' into develop
2 parents cf2c8de + 124f177 commit bbe94cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
'Topic :: Text Processing',
2828
'Topic :: Utilities'
2929
]
30-
dependencies = ['python-dotenv', 'typer[all]', 'requests', 'python-dateutil']
30+
dependencies = ['python-dotenv', 'typer[all]', 'requests', 'python-dateutil', 'importlib-metadata']
3131
scripts = { asicverifier = 'asicverifier.__main__:cli' }
3232
dynamic = ['version']
3333

0 commit comments

Comments
 (0)