File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ .git*
2+ .vscode
3+ __azurite_db*__.json
4+ __blobstorage__
5+ __queuestorage__
6+ local.settings.json
7+ test
8+ .venv
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 2.0" ,
3+ "logging" : {
4+ "applicationInsights" : {
5+ "samplingSettings" : {
6+ "isEnabled" : true ,
7+ "excludedTypes" : " Request"
8+ }
9+ }
10+ },
11+ "extensionBundle" : {
12+ "id" : " Microsoft.Azure.Functions.ExtensionBundle" ,
13+ "version" : " [4.*, 5.0.0)"
14+ }
15+ }
Original file line number Diff line number Diff line change 1+ # DO NOT include azure-functions-worker in this file
2+ # The Python Worker is managed by Azure Functions platform
3+ # Manually managing azure-functions-worker may cause unexpected issues
4+
5+ azure-functions
6+ pdfminer.six
7+ azure-cosmos == 4.3.0
You can’t perform that action at this time.
0 commit comments