Skip to content

Commit

Permalink
tries fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 18, 2024
1 parent 2f6c602 commit 09f2d5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ dependencies = [
'python-stdnum>=1.18',
# https://pypi.org/project/pyOnlineSpreadsheetEditing/
#'pyOnlineSpreadsheetEditing>=0.2.1',
'py_ez_wikidata>=0.1.5',
'py_ez_wikidata>=0.2.1',
# https://github.com/MrTango/rispy
'rispy>=0.9.0'
]

requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 09f2d5f

Please sign in to comment.