summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Coldrick <thomas.coldrick@codethink.co.uk>2019-08-06 11:19:01 +0100
committerThomas Coldrick <thomas.coldrick@codethink.co.uk>2019-08-06 11:19:01 +0100
commit02a6bd146939b3321755a7ca8b8451fef19b310f (patch)
tree99fa960c4367bcf6507f7060629eb3932d51e00d
parent7adc250f68f6f9e0cc20f41bf8bab7931f48311f (diff)
downloadbuildstream-coldtom/cython-req.tar.gz
Add cython as a dev requirementcoldtom/cython-req
Cython is now needed to build, test or install from git, so it seems reasonable to add it as a dependency.
-rw-r--r--requirements/dev-requirements.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/dev-requirements.in b/requirements/dev-requirements.in
index 8b871073b..f2e7de4f0 100644
--- a/requirements/dev-requirements.in
+++ b/requirements/dev-requirements.in
@@ -1,3 +1,4 @@
+cython
pylint
pycodestyle
pytest >= 3.9