From 5f7c666a25b80a53f88c0dfe6c2b2b6d0dfb63a0 Mon Sep 17 00:00:00 2001 From: ThatCopy Date: Mon, 13 Jul 2020 13:46:12 +0200 Subject: [PATCH] Update setup.py --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7279d2..7a010c6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,11 @@ url="""https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper""", download_url="https://github.com/user/Sv443s-JokeAPI-Python-Wrapper/archive/v0.2.2.tar.gz", keywords=["api wrapper", "wrapper", "api", "jokes", "python", "joke api"], - install_requires=setuptools.find_packages(), + install_requires=[ + "urllib3==1.25.8", + "simplejson==3.17.0", + "python-dotenv==0.13.0" + ], classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",