]> git.ipfire.org Git - thirdparty/pdns.git/blob - 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
1 dnspython>=1.11,<1.16.0
2 nose>=1.3.7
3 libnacl>=1.4.3
4 requests>=2.1.0
5 protobuf>=2.5,<3.0; sys_platform != 'darwin' and sys_platform != 'openbsd6'
6 protobuf>=3.0; sys_platform == 'darwin' or sys_platform == 'openbsd6'
7 pysnmp>=4.3.4
8 future>=0.17.1