From: Philippe Proulx Date: Thu, 10 Sep 2020 14:51:07 +0000 (-0400) Subject: Add `dev-requirements.txt` for pip X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=d6eb67a4d190822cac3d6f9c9e4b91a04a590426 Add `dev-requirements.txt` for pip `dev-requirements.txt` contains which specific version of Black and Flake8 to use for development and by a CI so that both parties agree. Use specific versions as such: $ virtualenv -p python3 yo $ . yo/bin/activate $ pip install -r dev-requirements.txt Signed-off-by: Philippe Proulx Change-Id: Id29e7f61c4038b55bed613e00f76f7c180699fa9 Reviewed-on: https://review.lttng.org/c/babeltrace/+/4057 CI-Build: Michael Jeanson Tested-by: jenkins Reviewed-by: Michael Jeanson Reviewed-by: Jérémie Galarneau --- diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 00000000..8a6bc811 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,2 @@ +black == 20.8b1 +flake8 >= 3.8