diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-29 19:04:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 18:56:33 -0700 |
commit | e4047b7156c1d6d4d926870efac0f1b3f5de1751 (patch) | |
tree | e45c2fe22abf71aafb1e89b1fa5f1dc6fbac098a /python/Pipfile | |
parent | 2d13735e57aa4a20eaa36011db24e443a460d1a0 (diff) | |
download | fatcat-e4047b7156c1d6d4d926870efac0f1b3f5de1751.tar.gz fatcat-e4047b7156c1d6d4d926870efac0f1b3f5de1751.zip |
pipenv: add toml library (and update lock)
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index d8822f7e..b8569589 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -55,6 +55,7 @@ langdetect = "*" pathlib2 = "*" pycountry = "*" tldextract = "*" +toml = ">=0.10" [requires] # We install Python 3.7 using a PPA (deadsnakes) on Internet Archive cluster |