From 70bfb1192bf897241c10c0f311bee9d0608e307c Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Mon, 14 Dec 2020 00:13:49 +0530 Subject: [PATCH] decrease line length --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7334c82..e006313 100644 --- a/setup.py +++ b/setup.py @@ -20,8 +20,10 @@ setup( author_email=about['__author_email__'], url=about['__url__'], download_url='https://github.com/akamhy/waybackpy/archive/2.3.0.tar.gz', - keywords=['Archive It', 'Archive Website', 'Wayback Machine', 'waybackurls', 'Internet Archive'], - install_requires=[], + keywords=['Archive It', 'Archive Website', 'Wayback Machine', + 'waybackurls', 'Internet Archive', + ], + install_requires=['requests'], python_requires=">=3.4", classifiers=[ 'Development Status :: 5 - Production/Stable',