Skip to content

Commit

Permalink
Add msal to dependencies and select poetry interpreter from vscode co…
Browse files Browse the repository at this point in the history
…mmand
  • Loading branch information
mjsqu committed Mar 13, 2024
1 parent 69328ab commit 0839e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"configurations": [
{
"name": "tap-msal",
"type": "python",
"type": "debugpy",
"request": "launch",
"python": "${command:python.interpreterPath}",
"cwd": "${workspaceFolder}",
"program": "tap_msal",
"justMyCode": false,
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ importlib-resources = { version = "==6.1.*", python = "<3.9" }
singer-sdk = { version="~=0.36.0" }
fs-s3fs = { version = "~=1.1.1", optional = true }
requests = "~=2.31.0"
msal = "==1.27.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.0"
Expand Down

0 comments on commit 0839e64

Please sign in to comment.