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 | |
parent | ecc39395b40a3832e28f5d4a5d55a32d0f66e423 (diff) | |
download | fatcat-scholar-53b27146d0045e52b64761e0bc773d50c7979c2b.tar.gz fatcat-scholar-53b27146d0045e52b64761e0bc773d50c7979c2b.zip |
pipenv: dynaconf
-rw-r--r-- | Pipfile | 1 | ||||
-rw-r--r-- | Pipfile.lock | 24 |
2 files changed, 24 insertions, 1 deletions
@@ -24,6 +24,7 @@ requests = ">=2" sentry-sdk = { version = ">=0.14.0", extras = [] } toml = "*" uvicorn = "*" +dynaconf = "*" # Maybe? #citeproc-py = ">=0.4" diff --git a/Pipfile.lock b/Pipfile.lock index 59400e7..b7a3027 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e5e5eec77dcad4b1b5a908882a4e57b32d2234f1404b2c417db4488f7a8a4c5e" + "sha256": "3670027a7d9a79eb4566f1427360396c57ffbf90e20543599e7ba564f6a35384" }, "pipfile-spec": 6, "requires": { @@ -95,6 +95,14 @@ ], "version": "==0.6.2" }, + "dynaconf": { + "hashes": [ + "sha256:26b84f2b234a203f6005463d954c9f007181c09345eaaab3fc38503acbdadc7d", + "sha256:e803cdab2d7addd539c4ee8d121f15ab0b63a83a5b723150e1746aa7e8063adb" + ], + "index": "pypi", + "version": "==2.2.3" + }, "elasticsearch": { "hashes": [ "sha256:540d633afcc0a32972e4b489c4559c9a96e294850853238f7a18b1cbd267c2ed", @@ -320,6 +328,13 @@ "index": "pypi", "version": "==2.4" }, + "python-box": { + "hashes": [ + "sha256:694a7555e3ff9fbbce734bbaef3aad92b8e4ed0659d3ed04d56b6a0a0eff26a9", + "sha256:a71d3dc9dbaa34c8597d3517c89a8041bd62fa875f23c0f3dad55e1958e3ce10" + ], + "version": "==3.4.6" + }, "python-dateutil": { "hashes": [ "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c", @@ -327,6 +342,13 @@ ], "version": "==2.8.1" }, + "python-dotenv": { + "hashes": [ + "sha256:25c0ff1a3e12f4bde8d592cc254ab075cfe734fc5dd989036716fd17ee7e5ec7", + "sha256:3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74" + ], + "version": "==0.13.0" + }, "python-stdnum": { "hashes": [ "sha256:120f83d33fb8b8be1b282f20dd755a892d5facf84f54fa21f75bbd2633128160", |