diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 16:01:27 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 16:01:27 -0700 |
commit | 53b27146d0045e52b64761e0bc773d50c7979c2b (patch) | |
tree | 02ee3a59d4319c8e58583026f94d81c73fd4de93 /Pipfile | |
parent | ecc39395b40a3832e28f5d4a5d55a32d0f66e423 (diff) | |
download | fatcat-scholar-53b27146d0045e52b64761e0bc773d50c7979c2b.tar.gz fatcat-scholar-53b27146d0045e52b64761e0bc773d50c7979c2b.zip |
pipenv: dynaconf
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ requests = ">=2" sentry-sdk = { version = ">=0.14.0", extras = [] } toml = "*" uvicorn = "*" +dynaconf = "*" # Maybe? #citeproc-py = ">=0.4" |