Skip to content

Commit

Permalink
Update: configs
Browse files Browse the repository at this point in the history
  • Loading branch information
antidoid committed Jan 28, 2024
1 parent 94849d2 commit 4f9a324
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"packages": [
"azure-functions-core-tools@latest",
"python@3.11",
"azure-cli@latest",
"stdenv.cc.cc.lib"
],
"shell": {
Expand Down
20 changes: 20 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"lockfile_version": "1",
"packages": {
"azure-cli@latest": {
"last_modified": "2024-01-19T03:40:24Z",
"resolved": "github:NixOS/nixpkgs/4471857c0a4a8a0ffc7bdbeaf1b998746ce12a82#azure-cli",
"source": "devbox-search",
"version": "2.55.0",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/7w15qki739w7byy2mfi6vkzd2vsnakj8-python3.11-azure-cli-2.55.0"
},
"aarch64-linux": {
"store_path": "/nix/store/6hzqw8lk3r8dgipdb48w88n4lyr3mwxy-python3.11-azure-cli-2.55.0"
},
"x86_64-darwin": {
"store_path": "/nix/store/7x7wggd839g07fm7vzj3cl7jg60a9d2f-python3.11-azure-cli-2.55.0"
},
"x86_64-linux": {
"store_path": "/nix/store/mpdbhvykiywxzhab3f1vrhiz99zkka50-python3.11-azure-cli-2.55.0"
}
}
},
"azure-functions-core-tools@latest": {
"last_modified": "2024-01-18T00:05:01Z",
"resolved": "github:NixOS/nixpkgs/921fb3319c2a296fc65048272d22f3db889d7292#azure-functions-core-tools",
Expand Down
8 changes: 3 additions & 5 deletions qrCodeGenerator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Do not include azure-functions-worker in this file
# The Python Worker is managed by the Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues

azure-functions
azure-storage-blob
qrcode
azure-functions

0 comments on commit 4f9a324

Please sign in to comment.