We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prompt-toolkit
1 parent 8ae7d62 commit c9a467cCopy full SHA for c9a467c
doc/conf.py
@@ -46,6 +46,7 @@ def find_version():
46
autodoc_mock_imports = [
47
"pyflyby._fast_iter_modules",
48
"appdirs",
49
+ "prompt_toolkit",
50
]
51
52
html_theme_options = {
pyproject.toml
@@ -29,6 +29,7 @@ dependencies = [
29
"six",
30
"toml",
31
"typing_extensions>=4.6; python_version<'3.12'",
32
+ 'prompt_toolkit',
33
'epydoc',
34
'wheel', # required by epydoc, but not listed as a dependency
35
'appdirs',
0 commit comments