diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-04 22:09:06 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-04 22:09:06 -0800 |
commit | 33987348cae25ab57e546c2099ae8f3fd1caffd6 (patch) | |
tree | d676532bd5c1c400f8bbb3f91d85d46f4a02fa77 /python/Pipfile | |
parent | 8f0ff9996b70e7b7e2e5c5de01933394857da966 (diff) | |
download | sandcrawler-33987348cae25ab57e546c2099ae8f3fd1caffd6.tar.gz sandcrawler-33987348cae25ab57e546c2099ae8f3fd1caffd6.zip |
pipenv: fix lock file; add zstandard; update wayback+gwb deps
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 5 |
1 files changed, 3 insertions, 2 deletions
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" |