Skip to content

Commit

Permalink
update httpx in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaljoy committed Dec 2, 2024
1 parent 5130783 commit 69482d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# IMPORTANT: update setup.py too
iso8601==2.1.0
future==1.0.0
httpx[http2]==0.28.*
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
requires = [
"iso8601==2.1.0",
"future==1.0.0",
"httpx[http2]==0.27.*",
"httpx[http2]==0.28.*",
]

extras_require = {
"lint": ["yapf==0.40.1"],
"test": [
"pytest==8.1.1", "pytest-env==1.1.3", "pytest-cov==5.0.0",
"pytest-httpx==0.30.0", "pytest-subtests==0.12.1"
"pytest==8.1.1",
"pytest-env==1.1.3",
"pytest-cov==5.0.0",
"pytest-httpx==0.35.0",
"pytest-subtests==0.12.1",
]
}

Expand Down

0 comments on commit 69482d4

Please sign in to comment.