summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-10 20:26:18 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-10 20:26:18 +0200
commitf7a34c4d3382dd9f43534741af1cfd73d68c931a (patch)
tree853db5403460a23a4c694f59c913c9a30b184a6d
parent7c898b3153c22a03d39bcb9e649c8d130ea1b92e (diff)
downloadsurvey-f7a34c4d3382dd9f43534741af1cfd73d68c931a.tar.gz
survey-f7a34c4d3382dd9f43534741af1cfd73d68c931a.tar.bz2
survey-f7a34c4d3382dd9f43534741af1cfd73d68c931a.zip
deps
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 621bc90..136c00f 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(name='talersurvey',
packages=find_packages(),
install_requires=["Flask>=0.10"],
test_suite="nose.collector",
- tests_require=["mock", "nose", "requests"],
+ tests_require=["mock", "nose", "requests", "uwsgi"],
package_data={
'':[
"survey/templates/*.html",