summaryrefslogtreecommitdiffstats
path: root/test/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/requirements.txt')
-rw-r--r--test/requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/requirements.txt b/test/requirements.txt
index 705ad45b0ef..1dab4fc260b 100644
--- a/test/requirements.txt
+++ b/test/requirements.txt
@@ -1,3 +1,5 @@
+pip-tools==3.8.0 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION
+
aenum>= 2.1.2; python_version < '3.6' # BSD
cffi # MIT
cryptography!=2.0 # BSD/Apache-2.0
@@ -13,3 +15,5 @@ scapy==2.4.0; python_version >= '2.7' or python_version >= '3.4' # GPL2 http
six # MIT
subprocess32 # PSF
syslog_rfc5424_parser>=0.3.1 # ISC
+objgraph # MIT
+pympler # Apache-2.0