summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-08-06 14:19:21 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-08-06 14:30:35 +0900
commit7d8c0d8e78624a6b4177f239b7379ae0dc1a63b2 (patch)
tree87981b2df6fffdd4d4b9a866767e08d4acedf0f3 /test_requirements.txt
parente00b89e5b168fcaf9c821938658a211f1ccc6806 (diff)
downloadpygerrit-7d8c0d8e78624a6b4177f239b7379ae0dc1a63b2.tar.gz
Separate package dependencies from verification/test dependencies
Now the `requirements.txt` file only lists the packages that are needed to install and run the pygerrit module. The packages that are only needed for testing are moved to a separate file `test_requirements.txt` Change-Id: I169ec2501cacd86644430a57225eead4d705b76f
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
new file mode 100644
index 0000000..54214cb
--- /dev/null
+++ b/test_requirements.txt
@@ -0,0 +1,2 @@
+pep8==1.4.6
+pyflakes==0.4.0