aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-05 23:06:59 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-05 23:06:59 +0100
commita7960c19c61a4686d80ff68b653fb0f43007ea85 (patch)
tree5fdd5ec2709657bb943acff59eeb6116dcc6d21c
parent98746fe34571f61b83b1020775db8f73f8e6b8ba (diff)
downloadfuzzycat-a7960c19c61a4686d80ff68b653fb0f43007ea85.tar.gz
fuzzycat-a7960c19c61a4686d80ff68b653fb0f43007ea85.zip
add pydantic dependency
-rw-r--r--Pipfile2
-rw-r--r--Pipfile.lock20
2 files changed, 16 insertions, 6 deletions
diff --git a/Pipfile b/Pipfile
index 7bf3777..deb78da 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,9 @@ elasticsearch = "*"
fuzzy = "*"
fuzzycat = {editable = true, path = "."}
orjson = "*"
+# cf. https://github.com/pypa/pipenv/issues/4476
importlib-metadata = "==1.7.0"
+pydantic = "*"
[requires]
python_version = "3.5"
diff --git a/Pipfile.lock b/Pipfile.lock
index 466f31a..eb3e943 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "e01f699dff651cca37b76ffb8899bbe2404b6fc8efe779dc14c40e5c75c3665b"
+ "sha256": "9b86a34a432bfccbbbf15a950ea748197b8efe1b0f584a7be9d9619fad44ea1c"
},
"pipfile-spec": 6,
"requires": {
@@ -74,12 +74,20 @@
"index": "pypi",
"version": "==2.0.11"
},
+ "pydantic": {
+ "hashes": [
+ "sha256:3b57849a1a58af90c3675562d6026d6667c1860adf5bddcce04279a369931654",
+ "sha256:bfccc963abeedb373ecde20a2dbc9a0e248c71545a81e4ac35e9aa464b5dc0c1"
+ ],
+ "index": "pypi",
+ "version": "==0.1"
+ },
"toml": {
"hashes": [
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b",
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
],
- "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'",
+ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==0.10.2"
},
"unidecode": {
@@ -336,7 +344,7 @@
"sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1",
"sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"
],
- "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'",
+ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==2.4.7"
},
"pytest": {
@@ -374,7 +382,7 @@
"sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259",
"sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.15.0"
},
"toml": {
@@ -382,7 +390,7 @@
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b",
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
],
- "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'",
+ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==0.10.2"
},
"tqdm": {
@@ -390,7 +398,7 @@
"sha256:9ad44aaf0fc3697c06f6e05c7cf025dd66bc7bcb7613c66d85f4464c47ac8fad",
"sha256:ef54779f1c09f346b2b5a8e5c61f96fbcb639929e640e59f8cf810794f406432"
],
- "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1'",
+ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==4.51.0"
},
"traitlets": {