From 33987348cae25ab57e546c2099ae8f3fd1caffd6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Nov 2020 22:09:06 -0800 Subject: pipenv: fix lock file; add zstandard; update wayback+gwb deps --- python/Pipfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index f266d07..3d39fa5 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -45,6 +45,7 @@ dateparser = "*" braveblock = "*" dynaconf = ">=3" sentry-sdk = { version = ">=0.14.0", extras = [] } +zstandard = "*" # must lock black to an exact version because it is still "beta" # see: https://github.com/psf/black/issues/517 @@ -54,9 +55,9 @@ black = "==19.10b0" python_version = "3.7" [packages.globalwayback] -version = ">=0.3" +version = ">=0.6.5" index = "ia" [packages.wayback] -version = ">=0.2.1.2" +version = ">=0.6.3" index = "ia" -- cgit v1.2.3