Skip to content

Commit

Permalink
Merge key-manager to operator
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Aug 25, 2023
1 parent ca2b878 commit d6234da
Show file tree
Hide file tree
Showing 13 changed files with 681 additions and 41 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ GIT_SHA
build
database
*.db
.DS_Store
113 changes: 72 additions & 41 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ click = "==8.1.3"
tomli = "~2"
eciespy = "==0.3.13"
prometheus-client = "==0.17.0"
psycopg2 = "==2.9.7"
pyyaml = "==6.0.1"

[tool.poetry.group.dev.dependencies]
pylint = "==2.16.2"
Expand All @@ -34,6 +36,7 @@ pyinstaller = "==5.7.0"
faker = "==18.10.1"
flake8-datetime-utcnow-plugin = "==0.1.2"
flake8-print = "==5.0.0"
types-pyyaml = "==6.0.12.11"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Loading

0 comments on commit d6234da

Please sign in to comment.