summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2015-11-12 04:54:31 +0000
committerStephen Finucane <stephen.finucane@intel.com>2015-11-21 17:07:40 +0000
commit73044ac036350686a605e7aff486566d0dbb1d82 (patch)
treea48c16c1c56910032bb9bd7dd2664015345085b0 /requirements-test.txt
parent59e47314f6311f2ce03749ab4bb1cb1cafd99222 (diff)
downloadpatchwork-73044ac036350686a605e7aff486566d0dbb1d82.tar
patchwork-73044ac036350686a605e7aff486566d0dbb1d82.tar.gz
Add requirements-test.txt
It's annoying that Django is not installed by default when setting up a development environment. This is currently necessary because tox uses these requirements files and it needs to test against multiple versions of Django. Resolve this issue by adding a 'requirements-test' file, thus allowing for Django-ful and Django-less scenarios. This also allows us to delete 'requirements-base', which was a good idea but alas contained too few options to really be viable. A little duplication is better here. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
new file mode 100644
index 0000000..035ce13
--- /dev/null
+++ b/requirements-test.txt
@@ -0,0 +1,3 @@
+MySQL-python==1.2.5
+python-dateutil==1.5
+selenium