diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-23 15:33:44 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-23 15:33:44 -0800 |
commit | 5aeb5f79d83a2559671fed6d9afed2b0987139b4 (patch) | |
tree | 3a4cbec2e5307f8b84b15fb703dbc62547a31154 /python/Pipfile | |
parent | 1cc4f517390d6cb09155746778a0ae566c9725c7 (diff) | |
download | fatcat-5aeb5f79d83a2559671fed6d9afed2b0987139b4.tar.gz fatcat-5aeb5f79d83a2559671fed6d9afed2b0987139b4.zip |
ftfy all over (needs Pipfile.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 eebdab36..b04bb91a 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -32,6 +32,7 @@ python-dateutil = "*" sickle = "*" python-snappy = "*" pymacaroons = "*" +ftfy= "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |