Commit 817a7585 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add soft dependency to prompt-toolkit.

parent 0d570f8a
......@@ -10,6 +10,7 @@ setup(
url = "https://github.com/bram85/topydo",
extras_require = {
'ical': ['icalendar'],
'prompt-toolkit': ['prompt-toolkit'],
},
entry_points= {
'console_scripts': ['topydo = topydo.cli.Main:main'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment