diff options
| -rw-r--r-- | python/Pipfile | 1 | ||||
| -rw-r--r-- | python/Pipfile.lock | 9 | 
2 files changed, 9 insertions, 1 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 diff --git a/python/Pipfile.lock b/python/Pipfile.lock index 73dc20f0..35125b67 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@  {      "_meta": {          "hash": { -            "sha256": "0ac9595590f2f5e28ac95eddbb7d16de69733a5e642663cb00136a4227b53e78" +            "sha256": "fb9c3d2307483efe01d9c28a306bad319c84a94a4253d5c7c25bcfe2dad20c5d"          },          "pipfile-spec": 6,          "requires": { @@ -406,6 +406,13 @@              "index": "pypi",              "version": "==2.3.5"          }, +        "pycountry": { +            "hashes": [ +                "sha256:3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb" +            ], +            "index": "pypi", +            "version": "==19.8.18" +        },          "pycparser": {              "hashes": [                  "sha256:a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3" | 
