Skip to content

Commit

Permalink
chore: switch to InquirerPy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Nov 13, 2024
1 parent 4998b49 commit eb42a77
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 97 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"folium>=0.18.0",
"networkx>=2.4",
"osmnx<1.6",
"pyinquirer>=1.0.3",
"InquirerPy<1",
"pyodbc>=5.2.0",
"pyproj>=3.6.1; sys_platform != 'win32'",
"rtree>=1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion registered/hastus_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sys
import smbclient
import smbclient.shutil
from PyInquirer import prompt
from InquirerPy import prompt
from registered import calendar, cheat_sheet, environ, merge, parser, seasons, validate

HASTUS = environ["HASTUS_FILE_SERVER"]
Expand Down
Loading

0 comments on commit eb42a77

Please sign in to comment.