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 5a5d89e commit 87f94f1Copy full SHA for 87f94f1
setup.py
@@ -29,7 +29,7 @@
29
"time_machine >= 2.2.0",
30
"twisted >= 18.9.0",
31
"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
+ "web-poet >= 0.15.1",
33
],
34
classifiers=[
35
"Development Status :: 3 - Alpha",
tox.ini
@@ -23,7 +23,7 @@ deps =
23
sqlitedict==1.5.0
24
time_machine==2.2.0
25
url-matcher==0.2.0
26
- web-poet==0.15.0
+ web-poet==0.15.1
27
28
# https://github.com/john-kurkowski/tldextract/issues/305
tldextract<3.6
0 commit comments