File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,24 +24,24 @@ classifiers = [
24
24
requires-python = " >=3.8"
25
25
dependencies = [
26
26
" anyio>=3.1.0" ,
27
- " argon2-cffi" ,
28
- " jinja2" ,
27
+ " argon2-cffi>=21.1 " ,
28
+ " jinja2>=3.0.3 " ,
29
29
" jupyter_client>=7.4.4" ,
30
30
" jupyter_core>=4.12,!=5.0.*" ,
31
- " jupyter_server_terminals" ,
31
+ " jupyter_server_terminals>=0.4.4 " ,
32
32
" nbconvert>=6.4.4" ,
33
33
" nbformat>=5.3.0" ,
34
- " packaging" ,
35
- " prometheus_client" ,
36
- " pywinpty;os_name=='nt'" ,
34
+ " packaging>=22.0 " ,
35
+ " prometheus_client>=0.9 " ,
36
+ " pywinpty>=2.0.1 ;os_name=='nt'" ,
37
37
" pyzmq>=24" ,
38
38
" Send2Trash>=1.8.2" ,
39
39
" terminado>=0.8.3" ,
40
40
" tornado>=6.2.0" ,
41
41
" traitlets>=5.6.0" ,
42
- " websocket-client" ,
42
+ " websocket-client>=1.7 " ,
43
43
" jupyter_events>=0.9.0" ,
44
- " overrides"
44
+ " overrides>=5.0 "
45
45
]
46
46
47
47
[project .urls ]
You can’t perform that action at this time.
0 commit comments