Skip to content

Commit 4a2bf99

Browse files
committed
Update requirements
1 parent 8c46364 commit 4a2bf99

File tree

3 files changed

+194
-1253
lines changed

3 files changed

+194
-1253
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ repos:
5757
- id: compile-image-processing-requirements
5858
name: compile-image-processing-requirements
5959
language: system
60-
entry: bash -c 'cd image_processing && exec uv export --all-extras > src/image_processing/requirements.txt'
60+
entry: bash -c 'cd image_processing && exec uv export --all-extras --frozen --no-hashes > src/image_processing/requirements.txt'
6161
pass_filenames: false

image_processing/src/image_processing/local.settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
"IsEncrypted": false,
33
"Values": {
44
"AIService__DocumentIntelligence__Endpoint": "<documentIntelligenceEndpoint>",
5+
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
6+
"FUNCTIONS_WORKER_RUNTIME": "python",
57
"OpenAI__ApiKey": "<openAIKey if using non managed identity>",
68
"OpenAI__ApiVersion": "<openAIApiVersion>",
79
"OpenAI__CompletionDeployment": "<openAIEmbeddingDeploymentId>",
810
"OpenAI__Endpoint": "<openAIEndpoint>",
11+
"SCM_DO_BUILD_DURING_DEPLOYMENT": "true",
912
"StorageAccount__Name": "<Name of storage account if using identity based connections>"
1013
}
1114
}

0 commit comments

Comments
 (0)