We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ce6c0 commit 74b2b90Copy full SHA for 74b2b90
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[project]
6
-name = "easyscrape"
+name = "easyscrape-py"
7
version = "0.1.0"
8
description = "Fast, secure web scraping for Python"
9
readme = "README.md"
@@ -37,6 +37,7 @@ dependencies = [
37
"httpx>=0.25.0",
38
"selectolax>=0.3.17",
39
"lxml>=4.9.0",
40
+ "httpx[http2]>=0.25.0"
41
]
42
43
[project.optional-dependencies]
0 commit comments