From d52f5c1d5de7193ef367c812bc741ebd52655bdd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 22 Oct 2020 20:20:59 -0700 Subject: pipenv: prometheus library --- Pipfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Pipfile') 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" -- cgit v1.2.3