Skip to content

Commit c9a467c

Browse files
committed
Add prompt-toolkit as dependency
1 parent 8ae7d62 commit c9a467c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def find_version():
4646
autodoc_mock_imports = [
4747
"pyflyby._fast_iter_modules",
4848
"appdirs",
49+
"prompt_toolkit",
4950
]
5051

5152
html_theme_options = {

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"six",
3030
"toml",
3131
"typing_extensions>=4.6; python_version<'3.12'",
32+
'prompt_toolkit',
3233
'epydoc',
3334
'wheel', # required by epydoc, but not listed as a dependency
3435
'appdirs',

0 commit comments

Comments
 (0)