Skip to content

Commit

Permalink
chore: automatically update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Jan 7, 2025
1 parent fb807e0 commit dcc670b
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 @@ -21,9 +21,9 @@
setup(
long_description=readme,
name="calamus",
version="0.4.2",
version="0.4.3",
description="calamus is a library built on top of marshmallow to allow (de-)Serialization of Python classes to JSON-LD.",
python_requires="==3.*,>=3.7.1",
python_requires="==3.*,>=3.9.1",
project_urls={
"homepage": "https://github.com/SwissDataScienceCenter/calamus/",
"repository": "https://github.com/SwissDataScienceCenter/calamus/",
Expand All @@ -49,7 +49,7 @@
package_data={},
install_requires=[
"lazy-object-proxy==1.*,>=1.4.3",
"marshmallow==3.*,>=3.14.0",
"marshmallow==3.23.*,>=3.23.0",
"pyld==2.*,>=2.0.2",
"rdflib==6.*,>=6.0.0",
],
Expand All @@ -64,7 +64,7 @@
],
"docs": [
"jinja2<3.1.0,>=3.0.0",
"sphinx==3.*,>=3.0.3",
"sphinx==4.*,>=4.2.0",
"sphinx-rtd-theme==0.*,>=0.4.3",
"sphinxcontrib-spelling==5.*,>=5.0.0",
],
Expand Down

0 comments on commit dcc670b

Please sign in to comment.