diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index fcf28302..1a19a145 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -48,6 +48,9 @@ pygal = "*" elasticsearch-dsl = ">=6.0.0,<7.0.0" 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 |