diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-03 16:12:38 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-03 16:12:38 +0100 |
commit | b31955dbae89494735b230a25baa17797874e47e (patch) | |
tree | 195c7782dde068401cae63e6a0f0f639561a2d54 /python/Pipfile | |
parent | 7091fdd4a1eb4aad03776a07392ea752c1cc3c27 (diff) | |
download | fatcat-b31955dbae89494735b230a25baa17797874e47e.tar.gz fatcat-b31955dbae89494735b230a25baa17797874e47e.zip |
add pycountry dependency
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 3d546a84..01c1eb3d 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -50,6 +50,7 @@ elasticsearch = ">=6.0.0,<7.0.0" dateparser = ">=0.7" langdetect = "*" pathlib2 = "*" +pycountry = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |