From 13759f55c3703e356cf7326ba98b3fa708329b4d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 5 Sep 2015 16:45:09 -0400 Subject: Move all requirements into .pip files --- ci/requirements.pip | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ci/requirements.pip (limited to 'ci') diff --git a/ci/requirements.pip b/ci/requirements.pip new file mode 100644 index 00000000..74bcc574 --- /dev/null +++ b/ci/requirements.pip @@ -0,0 +1,4 @@ +# Things to install in continuous integration environments. +setuptools==18.2 +tox==2.1.1 +wheel==0.24.0 -- cgit v1.2.1