aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-22 20:20:59 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-22 20:20:59 -0700
commitd52f5c1d5de7193ef367c812bc741ebd52655bdd (patch)
tree87c998899a7a922637b90ef487dfdf533ffc9dfe /Pipfile
parent4c66a567ba8caeeb2eec79c30dd27f0e2da97cee (diff)
downloadfatcat-scholar-d52f5c1d5de7193ef367c812bc741ebd52655bdd.tar.gz
fatcat-scholar-d52f5c1d5de7193ef367c812bc741ebd52655bdd.zip
pipenv: prometheus library
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Pipfile b/Pipfile
index f3209d4..7a68464 100644
--- a/Pipfile
+++ b/Pipfile
@@ -27,11 +27,7 @@ toml = "*"
uvicorn = "*"
dynaconf = ">=3"
confluent-kafka = "*"
-
-# Maybe?
-#citeproc-py = ">=0.4"
-#citeproc-py-styles = ">=0.1"
-#langdetect = "*"
+starlette-prometheus = "*"
[dev-packages]
ipython = "*"
@@ -41,7 +37,6 @@ flake8 = "*"
flake8-annotations = "*"
pytest = "*"
pytest-cov = "*"
-
# must lock black to an exact version because it is still "beta"
# see: https://github.com/psf/black/issues/517
black = "==19.10b0"