Skip to content

Commit 683ad01

Browse files
committed
build: add url and requirements
1 parent 4bc8041 commit 683ad01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
description="Python wrapper for the ImageKit API",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
12+
install_requires=['requests==2.20.1'],
13+
url="https://github.com/imagekit-developer/imagekit-python",
1214
packages=setuptools.find_packages(),
1315
classifiers=[
1416
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)