Skip to content

Commit 020a082

Browse files
committed
chore: add development dependencies to setup.py
1 parent 2d7aa7a commit 020a082

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99
packages=find_packages(where="src", exclude=["tests"]),
1010
package_dir={"": "src"},
1111
install_requires=["web3>=7.0.0", "pytest", "python-dotenv", "base58"],
12+
extras_require={
13+
"dev": [
14+
"pytest",
15+
"pytest-cov",
16+
"black",
17+
"isort",
18+
"ruff",
19+
"pre-commit",
20+
"coverage",
21+
"pytest-html",
22+
],
23+
},
1224
include_package_data=True, # Ensure package data is included
1325
package_data={"story_protocol_python_sdk": ["py.typed"]},
1426
url="https://github.com/storyprotocol/python-sdk",

0 commit comments

Comments
 (0)