I am in dependency hell.

This commit is contained in:
Dan Funk 2020-08-12 23:18:34 -04:00
parent f2c912c49d
commit 11b77998f0
2 changed files with 9 additions and 2 deletions

View File

@ -46,7 +46,7 @@ xlrd = "*"
xlsxwriter = "*" xlsxwriter = "*"
pygithub = "*" pygithub = "*"
python-box = "*" python-box = "*"
levenstein = "*" python-levenshtein = "*"
[requires] [requires]
python_version = "3.8" python_version = "3.8"

9
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "81609b24d5be29db98b75d9d2597c20cee854a0ce6036fbd9b2dd58707852e3f" "sha256": "621d57ec513f24c665dd34e08ae5a19fc27784e87c55bb4d2a91a1d48a473081"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -690,6 +690,13 @@
], ],
"version": "==1.0.4" "version": "==1.0.4"
}, },
"python-levenshtein": {
"hashes": [
"sha256:033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1"
],
"index": "pypi",
"version": "==0.12.0"
},
"pytz": { "pytz": {
"hashes": [ "hashes": [
"sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed", "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed",