Skip to content

Commit e97ce0c

Browse files
authored
Add wrapt as dependency
1 parent e29d05d commit e97ce0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
description="Python wrapper for SCUTTLE API.",
2323
long_description=long_description,
2424
long_description_content_type='text/markdown',
25-
install_requires=["requests"],
25+
install_requires=["requests", "wrapt"],
2626
classifiers=[
2727
"Programming Language :: Python :: 3.8",
2828
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)