Skip to content

Commit

Permalink
Python dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Oct 30, 2024
1 parent ecaeb1a commit 29779dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ repository = "https://github.com/bcgov/vc-authn-oidc"

[tool.poetry.dependencies]
python = ">=3.12,<4.0"
fastapi = "^0.115.2"
fastapi = "^0.115.4"
jinja2 = "^3.1.4"
oic = "^1.7.0"
pymongo = "^4.10.1"
pyop = "^3.4.1"
python-multipart = "^0.0.12" # required by fastapi to serve/upload files
python-multipart = "^0.0.16" # required by fastapi to serve/upload files
qrcode = { version = "^8.0", extras = ["pil"]}
structlog = "^24.4.0"
uvicorn = { version = "^0.32.0", extras = ["standard"] }
python-socketio = "^5.11.4" # required to run websockets
canonicaljson = "^2.0.0" # used to provide unique consistent user identifiers"
pydantic-settings = "^2.5.2"
pydantic-settings = "^2.6.0"

[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
mock = "^5.1.0"
mongomock = "^4.1.2"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
pytest-cov = "^6.0.0"
pytest = "^8.3.3"
requests-mock = "^1.12.1"
setuptools = "^75.2.0"
setuptools = "^75.3.0"

[tool.pytest.ini_options]
testpaths = "oidc-controller"
Expand Down

0 comments on commit 29779dc

Please sign in to comment.