remove pillow from Pipfile

This commit is contained in:
Yi Ge 2019-04-29 04:00:54 +02:00
parent 45b7ff52ce
commit 64ef1f1289
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ verify_ssl = true
[packages] [packages]
pytesseract = "*" pytesseract = "*"
pillow = "*"
opencv-python = "*" opencv-python = "*"
fuzzywuzzy = {extras = ["speedup"],version = "*"} fuzzywuzzy = {extras = ["speedup"],version = "*"}

3
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "023d57cba5eb74bef293fc79279ff04f50f3f0ca02921b3663db38f6296c3e80" "sha256": "0b3949db6f29315ec0f7110819b762663c332d04ad222ab395d16b7d6d9e096f"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -117,7 +117,6 @@
"sha256:de7aedc85918c2f887886442e50f52c1b93545606317956d65f342bd81cb4fc3", "sha256:de7aedc85918c2f887886442e50f52c1b93545606317956d65f342bd81cb4fc3",
"sha256:e6c0bbf8e277b74196e3140c35f9a1ae3eafd818f7f2d3a15819c49135d6c062" "sha256:e6c0bbf8e277b74196e3140c35f9a1ae3eafd818f7f2d3a15819c49135d6c062"
], ],
"index": "pypi",
"version": "==6.0.0" "version": "==6.0.0"
}, },
"pytesseract": { "pytesseract": {