aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-09-24 14:59:59 +0200
committerDaniel Schadt <kingdread@gmx.de>2022-09-24 14:59:59 +0200
commit914843fa1eb8d557d6c0d7b50030f7f7645d200a (patch)
tree1ac50a198d9327c9d9198e230009b873a7c5e49e /setup.py
parentd4d5964765163afe75fc272a87a7b1ec2b582263 (diff)
downloadfietsboek-914843fa1eb8d557d6c0d7b50030f7f7645d200a.tar.gz
fietsboek-914843fa1eb8d557d6c0d7b50030f7f7645d200a.tar.bz2
fietsboek-914843fa1eb8d557d6c0d7b50030f7f7645d200a.zip
add a CLI frontend for the updater logic
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b53a875..ad759ef 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ requires = [
'gpxpy',
'markdown',
'bleach',
+ 'Click',
]
tests_require = [