]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.dnsdist/requirements.txt
Merge pull request #7822 from pieterlexis/issue-7781-no-more-0.0.0
[thirdparty/pdns.git] / regression-tests.dnsdist / requirements.txt
index da220059bbb8dd3c09aa66b78b9278d51f8aa0f9..9aa49c3661516cb7298e9f1b90325ca77ed9b859 100644 (file)
@@ -1,7 +1,9 @@
-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'
-protobuf>=3.0; sys_platform == 'darwin'
+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
+pycurl>=7.43.0