Skip to content

Commit 989ad3d

Browse files
committed
added ipython as optional dependency in setup.py
1 parent 7c4bcb9 commit 989ad3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"piccolo": ["py.typed"],
4343
},
4444
install_requires=REQUIREMENTS,
45-
extras_require={"orjson": ["orjson==3.4.1"]},
45+
extras_require={"orjson": ["orjson==3.4.1"], "playground": ["ipython"]},
4646
license="MIT",
4747
classifiers=[
4848
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)