diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 112f4ce..969320f 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - master + - main strategy: matrix: diff --git a/requirements.txt b/requirements.txt index 6821b09..5a074bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,8 @@ biopython==1.76 numpy==1.18.1 python-dotenv==0.11.0 requests==2.23.0 -azure-storage==0.36.0 +azure-core==1.10.0 +azure-common==1.1.26 azure-storage-blob==12.3.1 tqdm==4.43.0 Jinja2==2.11.1 @@ -12,4 +13,4 @@ scikit-image==0.16.2 opencv-python==4.2.0.34 pandas==1.0.1 aiofiles==0.5.0 -aiohttp==3.6.2 +aiohttp==3.6.2 \ No newline at end of file