aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-02 23:00:09 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-02 23:00:09 +0100
commit0c6f5c5ebb60896eb444d8ce58fcb6a655dcad7b (patch)
treeba727dae296e33b8149173158bfedde63ce088d7
parentea59c9ad2d808c4bcf318e32b6d368420bc1c3e4 (diff)
downloadfuzzycat-0c6f5c5ebb60896eb444d8ce58fcb6a655dcad7b.tar.gz
fuzzycat-0c6f5c5ebb60896eb444d8ce58fcb6a655dcad7b.zip
include fuzzycat in Pipfile
> https://stackoverflow.com/q/50205311/89391
-rw-r--r--Pipfile1
-rw-r--r--Pipfile.lock43
2 files changed, 43 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 7168542..e0df5da 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,6 +8,7 @@ isort = "*"
yapf = "*"
ipython = "*"
twine = "*"
+fuzzycat = {editable = true, path = "."}
[packages]
elasticsearch = "*"
diff --git a/Pipfile.lock b/Pipfile.lock
index 72c68a7..aa046f0 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "18ff43ed2c69ee6b3c7849710597e3683bd995c7e05e04985c6bf51eeb03d618"
+ "sha256": "f2020f0ad3f5f3b2e90e4ac9408c07c239ec79a75dd21af47a2e4a58efada041"
},
"pipfile-spec": 6,
"requires": {
@@ -92,6 +92,32 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
"version": "==0.16"
},
+ "elasticsearch": {
+ "hashes": [
+ "sha256:5e08776fbb30c6e92408c7fa8c37d939210d291475ae2f364f0497975918b6fe",
+ "sha256:8c7e2374f53ee1b891ff2804116e0c7fb517585d6d5788ba668686bbc9d82e2d"
+ ],
+ "index": "pypi",
+ "version": "==7.9.1"
+ },
+ "ftfy": {
+ "hashes": [
+ "sha256:51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720"
+ ],
+ "markers": "python_version >= '3.5'",
+ "version": "==5.8"
+ },
+ "fuzzy": {
+ "hashes": [
+ "sha256:6b240e630235f183730b27fcb70fdd0d409bee2c3a4e7a964eeae093a28c4f38"
+ ],
+ "index": "pypi",
+ "version": "==1.2.2"
+ },
+ "fuzzycat": {
+ "editable": true,
+ "path": "."
+ },
"idna": {
"hashes": [
"sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6",
@@ -230,6 +256,14 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.15.0"
},
+ "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"
+ },
"tqdm": {
"hashes": [
"sha256:9ad44aaf0fc3697c06f6e05c7cf025dd66bc7bcb7613c66d85f4464c47ac8fad",
@@ -253,6 +287,13 @@
"index": "pypi",
"version": "==1.15.0"
},
+ "unidecode": {
+ "hashes": [
+ "sha256:1d7a042116536098d05d599ef2b8616759f02985c85b4fef50c78a5aaf10822a",
+ "sha256:2b6aab710c2a1647e928e36d69c21e76b453cd455f4e2621000e54b2a9b8cce8"
+ ],
+ "version": "==1.1.1"
+ },
"urllib3": {
"hashes": [
"sha256:8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2",