diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-03 15:00:27 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-03 15:00:27 +0100 |
commit | 7091fdd4a1eb4aad03776a07392ea752c1cc3c27 (patch) | |
tree | d9b4babb706f004abf19fb9a12162300170b897c | |
parent | 7f38b161a1eac016fb230f7ebe4158efefa35568 (diff) | |
download | fatcat-7091fdd4a1eb4aad03776a07392ea752c1cc3c27.tar.gz fatcat-7091fdd4a1eb4aad03776a07392ea752c1cc3c27.zip |
add missing pathlib2 dependency
first seen in CI (jobs/230137), slightly related:
https://github.com/pytest-dev/pytest/issues/3953
-rw-r--r-- | python/Pipfile | 1 | ||||
-rw-r--r-- | python/Pipfile.lock | 18 |
2 files changed, 18 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 5d50b37c..3d546a84 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -49,6 +49,7 @@ elasticsearch-dsl = ">=6.0.0,<7.0.0" elasticsearch = ">=6.0.0,<7.0.0" dateparser = ">=0.7" langdetect = "*" +pathlib2 = "*" [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 05bbd488..73dc20f0 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f6e7c193796101c8592827483aaed50efec5e8c261c5a179aea494f8a24cb4dc" + "sha256": "0ac9595590f2f5e28ac95eddbb7d16de69733a5e642663cb00136a4227b53e78" }, "pipfile-spec": 6, "requires": { @@ -398,6 +398,14 @@ ], "version": "==3.1.0" }, + "pathlib2": { + "hashes": [ + "sha256:0ec8205a157c80d7acc301c0b18fbd5d44fe655968f5d947b6ecef5290fc35db", + "sha256:6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868" + ], + "index": "pypi", + "version": "==2.3.5" + }, "pycparser": { "hashes": [ "sha256:a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3" @@ -807,6 +815,14 @@ ], "version": "==0.5.2" }, + "pathlib2": { + "hashes": [ + "sha256:0ec8205a157c80d7acc301c0b18fbd5d44fe655968f5d947b6ecef5290fc35db", + "sha256:6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868" + ], + "index": "pypi", + "version": "==2.3.5" + }, "pexpect": { "hashes": [ "sha256:2094eefdfcf37a1fdbfb9aa090862c1a4878e5c7e0e7e7088bdb511c558e5cd1", |