diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-06-23 18:03:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-06-23 18:09:15 -0700 |
commit | e33839ba643acd0c3e6c0809e79848b7cfa93cdb (patch) | |
tree | ac9ff25c0614a9e5f27b37cc5812f155a6ee80e2 /python/Pipfile | |
parent | e8674ff91d3f9d6f1c03f8cc6bc8bba9733c0d9a (diff) | |
download | fatcat-e33839ba643acd0c3e6c0809e79848b7cfa93cdb.tar.gz fatcat-e33839ba643acd0c3e6c0809e79848b7cfa93cdb.zip |
pipenv: add pydantic; add surt; narrow dynaconf
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 32969ac1..4b9f086b 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -55,7 +55,9 @@ pycountry = "==19.8.18" tldextract = "==3.*" toml = "==0.10.*" fuzzycat = "==0.1.21" -dynaconf = "*" +dynaconf = ">=3" +pydantic = "==1.*" +surt = "==0.3.*" [requires] # As of Fall 2020, Internet Archive cluster VMs are split between Ubuntu Xenial |