aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-29 14:29:44 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-29 14:29:44 -0700
commitfb98ca7bdeca9bda84d86ac4a3c65661b9542264 (patch)
tree193e1df19cbbbfacb216980f7146a3a0e8633c9f /python/Pipfile
parentc5733acabe0fa843c71feb14cbb8792296e4b8e2 (diff)
downloadsandcrawler-fb98ca7bdeca9bda84d86ac4a3c65661b9542264.tar.gz
sandcrawler-fb98ca7bdeca9bda84d86ac4a3c65661b9542264.zip
pipenv: braveblocker, dynaconf, sentry-sdk
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 1a409e9..f266d07 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -42,10 +42,9 @@ selectolax = ">=0.2"
trafilatura = "*"
pydantic = ">=1.7"
dateparser = "*"
-
-# TODO:
-#dynaconf = ">=3"
-#sentry-sdk = { version = ">=0.14.0", extras = [] }
+braveblock = "*"
+dynaconf = ">=3"
+sentry-sdk = { version = ">=0.14.0", extras = [] }
# must lock black to an exact version because it is still "beta"
# see: https://github.com/psf/black/issues/517