Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
updates dependencies
  • Loading branch information
WolfgangFahl authored Nov 28, 2024
1 parent 86e9ff6 commit e42d2a4
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,21 @@ maintainers = [
readme = "README.md"
license = {text = "Apache-2.0"}
dependencies = [
# https://github.com/WolfgangFahl/nicegui_widgets
"ngwidgets>=0.17.2",
# https://github.com/WolfgangFahl/nicegui_widgets
"ngwidgets>=0.19.4",
# https://pypi.org/project/pylodstorage/
"pyLodStorage>=0.12.2",
# https://pypi.org/project/SQLAlchemy/
"SQLAlchemy>=2.0.22",
# https://pypi.org/project/SQLAlchemy-Utils/
"SQLAlchemy-Utils>=0.41.1",
"pyLodStorage>=0.13.3",
# https://pypi.org/project/py-3rdparty-mediawiki/
'py-3rdparty-mediawiki>=0.12.1',
'py-3rdparty-mediawiki>=0.14.0',
# Beautiful Soup HTML parser
# https://pypi.org/project/beautifulsoup4/
'beautifulsoup4>=4.9.3',
# # https://pypi.org/project/lxml/
'lxml',
#https://pypi.org/project/pydevd/
'pydevd',
# https://pypi.org/project/rdflib/
'rdflib>=7.0.0'
# https://pypi.org/project/beautifulsoup4/
'beautifulsoup4>=4.9.3',
# https://pypi.org/project/lxml/
'lxml',
#https://pypi.org/project/pydevd/
'pydevd',
# https://pypi.org/project/rdflib/
'rdflib>=7.0.0'
]

requires-python = ">=3.9"
Expand Down

0 comments on commit e42d2a4

Please sign in to comment.