diff options
author | Alex <alexta69@gmail.com> | 2019-11-29 19:31:34 +0200 |
---|---|---|
committer | Alex <alexta69@gmail.com> | 2019-11-29 19:31:34 +0200 |
commit | 511404d23f5edd6ccf79db1fc1b0ba622134db24 (patch) | |
tree | 345fe66b840cd6496e1d4a7361a6b309519cad55 /Pipfile | |
download | metube-511404d23f5edd6ccf79db1fc1b0ba622134db24.tar.gz metube-511404d23f5edd6ccf79db1fc1b0ba622134db24.tar.bz2 metube-511404d23f5edd6ccf79db1fc1b0ba622134db24.zip |
initial commit: working version
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] +pylint = "*" + +[packages] +aiohttp = "*" +python-socketio = "*" +youtube-dl = "*" + +[requires] +python_version = "3.8" |