Skip to content

Commit

Permalink
adds missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jan 23, 2024
1 parent c80701a commit 545caca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ dependencies = [
# https://pypi.org/project/wikitextparser/
'wikitextparser>=0.54.0',
# https://pypi.org/project/pylodstorage/
'pylodstorage>=0.6.0',
'pylodstorage>=0.6.0'
# https://pypi.org/project/dataclasses-json/
"dataclasses-json>=0.6.3",
# https://pypi.org/project/PyYAML/
"PyYAML",
# mysql-connector-python 8.3.0
'mysql-connector-python>=8.3.0',
# https://pypi.org/project/bcrypt/
Expand Down

0 comments on commit 545caca

Please sign in to comment.