Skip to content

Commit

Permalink
fixes deps
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Aug 22, 2024
1 parent 8db07fc commit e305469
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ readme = "README.md"
license= "Apache-2.0"
dependencies = [
"nicegui",
"ngwidgets>=0.15.0",
"ngwidgets>=0.17.2",
# https://pypi.org/project/wdgrid/
"wdgrid>=0.1.1",
# https://pypi.org/project/pylodstorage/
'pyLodStorage>=0.12.2',
# https://pypi.org/project/habanero/
Expand All @@ -28,7 +30,7 @@ dependencies = [
# https://github.com/fake-useragent/fake-useragent
'fake-useragent>=0.1.11',
# https://pypi.org/project/py-3rdparty-mediawiki/
'py-3rdparty-mediawiki>=0.9.5',
'py-3rdparty-mediawiki>=0.12.0',
# https://pypi.org/project/semanticscholar/
'semanticscholar>=0.5.0',
# https://arthurdejong.org/python-stdnum/
Expand Down

0 comments on commit e305469

Please sign in to comment.