Skip to content

Commit 74b2b90

Browse files
authored
fixed name
1 parent 22ce6c0 commit 74b2b90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "easyscrape"
6+
name = "easyscrape-py"
77
version = "0.1.0"
88
description = "Fast, secure web scraping for Python"
99
readme = "README.md"
@@ -37,6 +37,7 @@ dependencies = [
3737
"httpx>=0.25.0",
3838
"selectolax>=0.3.17",
3939
"lxml>=4.9.0",
40+
"httpx[http2]>=0.25.0"
4041
]
4142

4243
[project.optional-dependencies]

0 commit comments

Comments
 (0)