]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.dnsdist/requirements.txt
OpenBSD only has protoc 3.x; tell python to install the proper runtime.
[thirdparty/pdns.git] / regression-tests.dnsdist / requirements.txt
index 2063456d4fe5bc5c4864ecab582231aec0f1b47c..7fbe25b04b7470821c56380ecbf9e670e62850c7 100644 (file)
@@ -1,4 +1,8 @@
-dnspython>=1.11
+dnspython>=1.11,<1.16.0
 nose>=1.3.7
 libnacl>=1.4.3
 requests>=2.1.0
+protobuf>=2.5,<3.0; sys_platform != 'darwin' and sys_platform != 'openbsd6'
+protobuf>=3.0; sys_platform == 'darwin' or sys_platform == 'openbsd6'
+pysnmp>=4.3.4
+future>=0.17.1