summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 14456bd..68bc300 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,8 @@ setup(name='talerblog',
"qrcode",
"lxml",
"requests",
- "cachelib"],
+ "cachelib",
+ "taler-util"],
tests_require=["nose", "mock"],
test_suite="nose.collector",
package_data={