1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

Adding/editing bookmarks

This commit is contained in:
2016-07-18 16:29:21 +02:00
parent 5e9ed94a14
commit 533f036131
5 changed files with 116 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ setup(
# as a practice no need to hard code version unless you know program wont
# work unless the specific versions are used
install_requires=['Flask', 'Peewee', 'Flask-Peewee', 'utilkit'],
install_requires=['Flask', 'Peewee', 'Flask-Peewee', 'requests', 'utilkit'],
py_modules=['digimarks'],