Updated REPL, now with more cowbell

This commit is contained in:
Rhet Turnbull
2021-09-30 05:59:03 -07:00
parent 4e021a0731
commit c472698b1d
7 changed files with 226 additions and 33 deletions

View File

@@ -93,9 +93,11 @@ setup(
"toml>=0.10.2,<0.11.0",
"osxmetadata>=0.99.33,<1.0.0",
"textx>=2.3.0,<2.4.0",
"rich>=10.6.0,<11.0.0",
"rich>=10.6.0,<=11.0.0",
"bitmath>=1.3.3.1,<1.4.0.0",
"more-itertools>=8.8.0,<9.0.0",
"objexplore>=1.5.5,<1.6.0",
"ptpython>=3.0.20,<3.1.0",
],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
include_package_data=True,