aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile.lock
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-03 17:36:04 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-03 17:36:04 +0100
commitd0fadf51a74e7f1e9048bd0945b4046bc6fe0994 (patch)
tree24b77afa149fb281bdaedf56978f21bf8a46a5fc /Pipfile.lock
parent952e11be8b1433252fc0664b0d31c023f2e700cf (diff)
downloadfuzzycat-d0fadf51a74e7f1e9048bd0945b4046bc6fe0994.tar.gz
fuzzycat-d0fadf51a74e7f1e9048bd0945b4046bc6fe0994.zip
update Pipfile
Diffstat (limited to 'Pipfile.lock')
-rw-r--r--Pipfile.lock35
1 files changed, 34 insertions, 1 deletions
diff --git a/Pipfile.lock b/Pipfile.lock
index aa046f0..adc27b7 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "f2020f0ad3f5f3b2e90e4ac9408c07c239ec79a75dd21af47a2e4a58efada041"
+ "sha256": "3106e5166d21103a20155aaab808a80e4201e7816b1890e79422480fe172c906"
},
"pipfile-spec": 6,
"requires": {
@@ -31,6 +31,13 @@
"index": "pypi",
"version": "==7.9.1"
},
+ "ftfy": {
+ "hashes": [
+ "sha256:51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720"
+ ],
+ "markers": "python_version >= '3.5'",
+ "version": "==5.8"
+ },
"fuzzy": {
"hashes": [
"sha256:6b240e630235f183730b27fcb70fdd0d409bee2c3a4e7a964eeae093a28c4f38"
@@ -38,6 +45,25 @@
"index": "pypi",
"version": "==1.2.2"
},
+ "fuzzycat": {
+ "editable": true,
+ "path": "."
+ },
+ "toml": {
+ "hashes": [
+ "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b",
+ "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
+ ],
+ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+ "version": "==0.10.2"
+ },
+ "unidecode": {
+ "hashes": [
+ "sha256:1d7a042116536098d05d599ef2b8616759f02985c85b4fef50c78a5aaf10822a",
+ "sha256:2b6aab710c2a1647e928e36d69c21e76b453cd455f4e2621000e54b2a9b8cce8"
+ ],
+ "version": "==1.1.1"
+ },
"urllib3": {
"hashes": [
"sha256:8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2",
@@ -45,6 +71,13 @@
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
"version": "==1.25.11"
+ },
+ "wcwidth": {
+ "hashes": [
+ "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784",
+ "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"
+ ],
+ "version": "==0.2.5"
}
},
"develop": {