Skip to content

Commit

Permalink
no version pin for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Dec 7, 2024
1 parent 41c992a commit 8e852c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


requirements = [
"rdflib>=6,<9",
"acdh-tei-pyutils>=1.6,<2",
"python-slugify>=5,<8",
"rdflib",
"acdh-tei-pyutils",
"python-slugify",
]


Expand All @@ -36,6 +36,6 @@
test_suite="tests",
tests_require=[],
url="https://github.com/acdh-oeaw/acdh-cidoc-pyutils",
version="v0.19",
version="v0.27",
zip_safe=False,
)

0 comments on commit 8e852c9

Please sign in to comment.