Skip to content

Commit 87f94f1

Browse files
committed
Require web-poet 0.15.1
1 parent 5a5d89e commit 87f94f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"time_machine >= 2.2.0",
3030
"twisted >= 18.9.0",
3131
"url-matcher >= 0.2.0",
32-
"web-poet @ git+https://github.com/Gallaecio/web-poet.git@request-headers-from-bytes", # https://github.com/scrapinghub/web-poet/pull/191
32+
"web-poet >= 0.15.1",
3333
],
3434
classifiers=[
3535
"Development Status :: 3 - Alpha",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deps =
2323
sqlitedict==1.5.0
2424
time_machine==2.2.0
2525
url-matcher==0.2.0
26-
web-poet==0.15.0
26+
web-poet==0.15.1
2727

2828
# https://github.com/john-kurkowski/tldextract/issues/305
2929
tldextract<3.6

0 commit comments

Comments
 (0)