Skip to content

Commit 780f8b8

Browse files
Merge pull request #41 from jupyter-server/ypy_websocket
Move ypy-websocket dependency to test
2 parents daaad70 + 6320381 commit 780f8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ python_requires = >=3.7
2323
install_requires =
2424
setuptools
2525
y-py >=0.5.3,<0.6.0
26-
ypy-websocket >=0.3.1,<0.4.0
2726

2827
[options.extras_require]
2928
test =
3029
pre-commit
3130
pytest
3231
pytest-asyncio
3332
websockets >=10.0
33+
ypy-websocket >=0.3.1,<0.4.0
3434

3535
[options.entry_points]
3636
jupyter_ydoc =

0 commit comments

Comments
 (0)