Skip to content

Commit

Permalink
Added deps to extras
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Jun 27, 2024
1 parent 9adffbc commit c668660
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ urllib3<2.0.0
myst-parser
PyJWT
jwcrypto
pytest-asyncio
13 changes: 11 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"cwt",
"jwcrypto",
"pycose",
# TODO TODO NOTE XXX NOTE Convert aiohttp into httpx NOTE XXX TODO TODO
"httpx",
"flask",
"rkvst-archivist"
Expand All @@ -44,6 +43,16 @@
"PyJWT",
"jwcrypto",
"jsonschema",
]
],
"policy-engine-github-actions": [
# TODO NOTE XXX NOTE Convert aiohttp into httpx NOTE XXX NOTE TODO
"aiohttp",
"gidgethub",
"gunicorn",
"celery[redis]",
"fastapi",
"cachetools",
# TODO package deno
],
},
)

0 comments on commit c668660

Please sign in to comment.