Skip to content

Commit

Permalink
chore: add cryptography package
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Jan 15, 2025
1 parent c1ce35b commit bcdb683
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements/quality.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Requirements for Quality runs
-c constraints.txt

-r base.txt
-r base.txt

cryptography
pycodestyle
pylint
edx_lint
Expand Down
2 changes: 2 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ code-annotations==2.1.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
cryptography==44.0.0
# via -r requirements/quality.in
ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.9
Expand Down
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
-r base.txt # Core dependencies for the cookiecutter

coveralls
cryptography
ddt
djangorestframework
edx_lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ coverage[toml]==7.6.9
coveralls==4.0.1
# via -r requirements/test.in
cryptography==44.0.0
# via secretstorage
# via -r requirements/test.in
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.9
Expand Down

0 comments on commit bcdb683

Please sign in to comment.