summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2020-11-16 16:57:00 -0800
committerGitHub <noreply@github.com>2020-11-16 16:57:00 -0800
commit8046ebaa848617588f945a007adb2ba8489a6399 (patch)
tree3e854e2ecf037b7e6962488edf8454454839fafc /requirements-dev.txt
parent636c56b9bafcc8f000003da098fe81fb454b766d (diff)
downloadbinaryen-8046ebaa848617588f945a007adb2ba8489a6399.tar.gz
binaryen-8046ebaa848617588f945a007adb2ba8489a6399.tar.bz2
binaryen-8046ebaa848617588f945a007adb2ba8489a6399.zip
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).
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt6
1 files changed, 6 insertions, 0 deletions
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