Skip to content

Commit a3ceb16

Browse files
committed
update cachcontrol for python ^3.6
1 parent 3dcbb76 commit a3ceb16

File tree

2 files changed

+43
-129
lines changed

2 files changed

+43
-129
lines changed

poetry.lock

+39-128
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ crashtest = { version = "^0.3.0", python = "^3.6" }
3131
requests = "^2.18"
3232
cachy = "^0.3.0"
3333
requests-toolbelt = "^0.9.1"
34-
cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
34+
cachecontrol = [
35+
{ version = "^0.12.4", extras = ["filecache"], python = "<3.6" },
36+
{ version = "^0.12.9", extras = ["filecache"], python = "^3.6" }
37+
]
3538
pkginfo = "^1.4"
3639
html5lib = "^1.0"
3740
shellingham = "^1.1"

0 commit comments

Comments
 (0)