aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
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"