Remove ypy-websocket explicit requirement

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
This commit is contained in:
Afshin Taylor Darian 2022-09-28 21:49:47 +01:00 committed by GitHub
parent 9ac7ad6ba5
commit 979fa75416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5", "jupyterlab>=4.0.0a29,<5", "ypy-websocket==0.3.2"]
requires = ["hatchling>=1.5", "jupyterlab>=4.0.0a29,<5"]
build-backend = "hatchling.build"
[project]