Skip to content

Commit

Permalink
change cli prompt to use InquirerPy
Browse files Browse the repository at this point in the history
  • Loading branch information
thcidale0808 committed Jul 1, 2023
1 parent 2c5a5a3 commit a5e3110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion canarypy/cli/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

import click
from PyInquirer import prompt
from InquirerPy import prompt

from canarypy.cli.services.product import ProductService
from canarypy.cli.services.release import ReleaseService
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ requests>=2.27.0,<2.28.0
aiofiles>=0.8.0,<0.9.0
click~=8.1.2
alembic
PyInquirer
pytest
InquirerPy
pywebio
plotly
pandas
Expand Down

0 comments on commit a5e3110

Please sign in to comment.