Commit 23eb51fe authored by Jacek Sowiński's avatar Jacek Sowiński

Add mock library to extra dependencies

parent 0a066e4c
......@@ -10,6 +10,7 @@ setup(
url = "https://github.com/bram85/topydo",
extras_require = {
'ical': ['icalendar'],
'edit-cmd-tests': ['mock'],
},
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