Skip to content

Commit c5e1bbb

Browse files
committed
Merge branch 'hotfix/0.2.4'
2 parents 7ea6a81 + 124f177 commit c5e1bbb

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
@@ -26,7 +26,7 @@ classifiers = [
2626
'Topic :: Text Processing',
2727
'Topic :: Utilities'
2828
]
29-
dependencies = ['python-dotenv', 'typer[all]', 'requests', 'python-dateutil']
29+
dependencies = ['python-dotenv', 'typer[all]', 'requests', 'python-dateutil', 'importlib-metadata']
3030
scripts = { asicverifier = 'asicverifier.__main__:cli' }
3131
dynamic = ['version']
3232

0 commit comments

Comments
 (0)