]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
another azure try. sigh!
authorBob Halley <halley@dnspython.org>
Wed, 28 Oct 2020 15:56:55 +0000 (08:56 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 28 Oct 2020 15:56:55 +0000 (08:56 -0700)
azure-pipelines.yml

index 575f7deb4cfc6d7dee9113ac416ad3f704e17713..c0c85aad853dd2f62bcf383dc31058639aaf4a78 100644 (file)
@@ -25,7 +25,8 @@ jobs:
 #    displayName: 'Install pip and wheel'
 
   - script: |
-      python -m pip install -e .[dnssec,idna,doh,trio,curio]
+      python -m pip install requests requests-toolbelt idna cryptography
+      python -m pip install trio sniffio curio
     displayName: 'Install python dependencies'
 
   - script: |