Skip to content

Commit

Permalink
Switch to httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Dec 30, 2024
1 parent 331e5a4 commit 307d38e
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 166 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ requires-python = ">=3.8"
dependencies = [
"feedparser >= 6.0.11",
"pytz",
"requests >= 2.21.0",
"bibtexparser"
"bibtexparser",
"httpx>=0.28.1",
]
authors = [{ name = "Stephan Hügel", email = "[email protected]" }]
license = {file = "LICENSE.md"}
Expand Down Expand Up @@ -35,7 +35,8 @@ Tracker = "https://github.com/urschrei/pyzotero/issues"
test = [
"pytest >= 7.4.2",
"httpretty",
"python-dateutil"
"python-dateutil",
"ipython"
]

[tool.setuptools.dynamic]
Expand Down
Loading

0 comments on commit 307d38e

Please sign in to comment.