Skip to content

Commit

Permalink
use service with explicit crypto version
Browse files Browse the repository at this point in the history
  • Loading branch information
steersbob committed Aug 1, 2023
1 parent ea6e04f commit a0347fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 4 additions & 3 deletions poetry.lock

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

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4"
brewblox-service = "^3.1"
brewblox-service = "^3.1.1"
aioredis = "^2.0.1"
ciso8601 = "^2.2.0"
pytimeparse = "^1.1.8"
llist = "^0.7.1"
cryptography = "40.0.1"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest-cov = "*"
pytest-mock = "*"
pytest-aiohttp = "*"
Expand All @@ -24,8 +24,6 @@ autopep8 = "*"
flake8-quotes = "*"
aresponses = "*"
pytest = "*"

[tool.poetry.group.dev.dependencies]
invoke = "^2.2.0"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def build(ctx: Context):
@task(pre=[build])
def local_docker(ctx: Context, tag='local'):
with ctx.cd(ROOT):
ctx.run(f'docker build -t ghcr.io/brewblox/history:{tag} .')
ctx.run(f'docker build -t ghcr.io/brewblox/brewblox-history:{tag} .')

0 comments on commit a0347fc

Please sign in to comment.