fix export import with path, add pyfzf as required

This commit is contained in:
2023-09-13 11:17:56 -03:00
parent 98b85628de
commit 4373a34711
4 changed files with 12 additions and 12 deletions

View File

@ -29,14 +29,12 @@ install_requires =
pexpect
pycryptodome
Flask
pyfzf
waitress
PyYAML
openai
rich
[options.extras_require]
fuzzysearch = pyfzf
[options.entry_points]
console_scripts =
conn = connpy.__main__:main