diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 20:20:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 20:20:59 -0700 |
commit | d52f5c1d5de7193ef367c812bc741ebd52655bdd (patch) | |
tree | 87c998899a7a922637b90ef487dfdf533ffc9dfe /Pipfile | |
parent | 4c66a567ba8caeeb2eec79c30dd27f0e2da97cee (diff) | |
download | fatcat-scholar-d52f5c1d5de7193ef367c812bc741ebd52655bdd.tar.gz fatcat-scholar-d52f5c1d5de7193ef367c812bc741ebd52655bdd.zip |
pipenv: prometheus library
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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" |