Skip to content

Commit 4a45ca9

Browse files
authored
Merge pull request #4 from ThatCopy/master
Fix for issue #3
2 parents bb73471 + 5f7c666 commit 4a45ca9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
url="""https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper""",
1717
download_url="https://github.com/user/Sv443s-JokeAPI-Python-Wrapper/archive/v0.2.2.tar.gz",
1818
keywords=["api wrapper", "wrapper", "api", "jokes", "python", "joke api"],
19-
install_requires=setuptools.find_packages(),
19+
install_requires=[
20+
"urllib3==1.25.8",
21+
"simplejson==3.17.0",
22+
"python-dotenv==0.13.0"
23+
],
2024
classifiers=[
2125
"Development Status :: 3 - Alpha",
2226
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)