From 8046ebaa848617588f945a007adb2ba8489a6399 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Mon, 16 Nov 2020 16:57:00 -0800 Subject: Add requirements-dev.txt (#3377) This file makes it simple for users and CI bots to install all the Python dev dependencies necessary to run the test suite. Right now it only contains flake8, but soon it will contain lit and filecheck as well (see #3367). --- requirements-dev.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements-dev.txt (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 000000000..f933898d1 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,6 @@ +# These requirements are only needed for developers who want to run the test +# suite or flake8, not for end users. + +# Install with `pip3 install -r requirements-dev.txt` + +flake8==3.7.8 -- cgit v1.2.3