Skip to content

Commit 7bc23b1

Browse files
committed
- http2 support
1 parent 886101b commit 7bc23b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "phub"
3-
version = "4.8.3"
3+
version = "4.8.4"
44
description = "An API for Pornhub"
55
authors = [
66
{name = 'Egsagon', email = "[email protected]"},
@@ -13,7 +13,7 @@ classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Programming Language :: Python"
1515
]
16-
dependencies = ["httpx[brotli,socks]", "eaf_base_api"]
16+
dependencies = ["httpx[brotli,socks]", "eaf_base_api", "h2"]
1717
requires-python = ">=3.9"
1818

1919

0 commit comments

Comments
 (0)