We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4d667 commit 19498e8Copy full SHA for 19498e8
pyproject.toml
@@ -24,24 +24,24 @@ classifiers = [
24
requires-python = ">=3.8"
25
dependencies = [
26
"anyio>=3.1.0",
27
- "argon2-cffi",
28
- "jinja2",
+ "argon2-cffi>=21.1",
+ "jinja2>=3.0.3",
29
"jupyter_client>=7.4.4",
30
"jupyter_core>=4.12,!=5.0.*",
31
- "jupyter_server_terminals",
+ "jupyter_server_terminals>=0.4.4",
32
"nbconvert>=6.4.4",
33
"nbformat>=5.3.0",
34
- "packaging",
35
- "prometheus_client",
36
- "pywinpty;os_name=='nt'",
+ "packaging>=22.0",
+ "prometheus_client>=0.9",
+ "pywinpty>=2.0.1;os_name=='nt'",
37
"pyzmq>=24",
38
"Send2Trash>=1.8.2",
39
"terminado>=0.8.3",
40
"tornado>=6.2.0",
41
"traitlets>=5.6.0",
42
- "websocket-client",
+ "websocket-client>=1.7",
43
"jupyter_events>=0.9.0",
44
- "overrides"
+ "overrides>=5.0"
45
]
46
47
[project.urls]
0 commit comments