diff --git a/Pipfile b/Pipfile index f0545290632ebad820d4efb2f11460d8f9cd14c1..eee2f0a9f2a0b281b8b17bcd25fec513c9e00bce 100644 --- a/Pipfile +++ b/Pipfile @@ -11,3 +11,4 @@ google-api-python-client = "==1.7.11" youtube_dl = "==2019.10.16" [dev-packages] +pyinstaller = "==3.5" \ No newline at end of file diff --git a/Pipfile.lock b/Pipfile.lock index e1a7e2a1f38a95e50cc483fc2d561fa0a201dd8a..c03419f91ae0ae3355c49a0f78f4e3b05c78cd0b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0b25aa17f2c8f2ecd8768ad8eb85313cdf7682655c8179c7fb62068bf0e4ed9d" + "sha256": "9991d5d928a3f534e407c6db802d52f15e1ba4c67e4df0b572c393d7c328691a" }, "pipfile-spec": 6, "requires": { @@ -97,5 +97,39 @@ "version": "==2019.10.16" } }, - "develop": {} + "develop": { + "altgraph": { + "hashes": [ + "sha256:d6814989f242b2b43025cba7161fc1b8fb487a62cd49c49245d6fd01c18ac997", + "sha256:ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c" + ], + "version": "==0.16.1" + }, + "future": { + "hashes": [ + "sha256:858e38522e8fd0d3ce8f0c1feaf0603358e366d5403209674c7b617fa0c24093" + ], + "version": "==0.18.1" + }, + "pefile": { + "hashes": [ + "sha256:a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645" + ], + "version": "==2019.4.18" + }, + "pyinstaller": { + "hashes": [ + "sha256:ee7504022d1332a3324250faf2135ea56ac71fdb6309cff8cd235de26b1d0a96" + ], + "index": "pypi", + "version": "==3.5" + }, + "pywin32-ctypes": { + "hashes": [ + "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942", + "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98" + ], + "version": "==0.2.0" + } + } } diff --git a/build/list.png b/build/list.png deleted file mode 100644 index a1e3eb721f36a0b5b2603c07a4e589fa817721ba..0000000000000000000000000000000000000000 Binary files a/build/list.png and /dev/null differ