]> git.ipfire.org Git - thirdparty/pdns.git/blame - 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
CommitLineData
796c4f7b 1dnspython>=1.11,<1.16.0
1ade83b2 2nose>=1.3.7
b8db58a2 3libnacl>=1.4.3
02bbf9eb 4requests>=2.1.0
392d9149
OM
5protobuf>=2.5,<3.0; sys_platform != 'darwin' and sys_platform != 'openbsd6'
6protobuf>=3.0; sys_platform == 'darwin' or sys_platform == 'openbsd6'
2954c4ff 7pysnmp>=4.3.4
94a54640 8future>=0.17.1