Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 16, 2024
2 parents 7a59aac + 1db9437 commit 3610137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynamic = ["version", "readme"]
description = "Python wrapper for the Zotero API"
requires-python = ">=3.8"
dependencies = [
"feedparser >= 6",
"feedparser >= 6.0.11",
"pytz",
"requests >= 2.21.0",
"bibtexparser"
Expand All @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 3610137

Please sign in to comment.