summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-21 00:18:04 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-21 00:18:04 +0200
commitd382fb1e202d74a08721e2f52609da0109220cf1 (patch)
tree305ad7dcd4915fc2e80055feab808c2eadfb755d
parent4dcfcba8f275f1eea0b53c11213c426767008853 (diff)
downloadsurvey-d382fb1e202d74a08721e2f52609da0109220cf1.tar.gz
survey-d382fb1e202d74a08721e2f52609da0109220cf1.tar.bz2
survey-d382fb1e202d74a08721e2f52609da0109220cf1.zip
readme
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 50929e4..621bc90 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"],
+ tests_require=["mock", "nose", "requests"],
package_data={
'':[
"survey/templates/*.html",