Skip to content

Commit

Permalink
chore: removing auth0 dependency; moving dependant abstractions under…
Browse files Browse the repository at this point in the history
… _vendor folder
  • Loading branch information
aorumbayev committed Sep 10, 2024
1 parent 23b83ca commit 1357f45
Show file tree
Hide file tree
Showing 7 changed files with 455 additions and 23 deletions.
20 changes: 1 addition & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ python-dotenv = "^1.0.0"
mslex = "^1.1.0"
keyring = "25.2.1"
pyjwt = "^2.8.0"
auth0-python = "^4.4.0"
algokit-utils = "^2.3.0"
multiformats = "0.3.1"
multiformats_config = "0.3.1" # pinned this to be in lockstep with multiformats
Expand Down Expand Up @@ -141,6 +140,7 @@ exclude = [
"node_modules",
"venv",
"docs/sphinx",
"src/algokit/core/_vendor/*",
]
# Allow unused variables when underscore-prefixed.
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
Expand All @@ -163,7 +163,7 @@ markers = [
addopts = "-m 'not pyinstaller_binary_tests'" # by default, exclude pyinstaller_binary_tests
[tool.mypy]
files = ["src", "tests"]
exclude = ["dist"]
exclude = ["dist", "src/algokit/core/_vendor/*"]
python_version = "3.10"
warn_unused_ignores = true
warn_redundant_casts = true
Expand Down
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 1357f45

Please sign in to comment.