From aedf5596ca260299b683c8d8675b023efa4732e5 Mon Sep 17 00:00:00 2001 From: RedAura <86167689+MoeZilla@users.noreply.github.com> Date: Sat, 24 Jul 2021 16:51:42 +0530 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a470214..9a7539a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description="Unofficial API Library for Downloading Anime Dubbed and Subbed", py_modules=["gogoanimeapi"], package_dir={'': 'src'}, - install_requires=["bs4", "requests", "requests_html"], + install_requires=["bs4", "requests", "requests_html", "random"], extras_require={ "dev":[ "pytest", @@ -29,4 +29,4 @@ author="BaraiARR", author_email="kumarbarani61@gmail.com" -) \ No newline at end of file +)