##// END OF EJS Templates
Fix listing of subcommands for "ipython profile" and "ipython history"....
Fix listing of subcommands for "ipython profile" and "ipython history". The previous code (likely going back to Py2) would print Must specify one of: dict_keys(['create', 'list', 'locate']) This PR fixes it to Must specify one of: 'create', 'list', 'locate'.

File last commit:

r28416:e9820004
r28743:d34e2fd0
Show More
requirements.txt
12 lines | 139 B | text/plain | TextLexer
-e .[doc]
sphinx>7
setuptools
sphinx_rtd_theme>=1.2.0
numpy
exceptiongroup
testpath
matplotlib
docrepr
prompt_toolkit
ipykernel
stack_data