Skip to content

Commit 623f20d

Browse files
committed
Remove unused cryptography dependency
1 parent e68203d commit 623f20d

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

poetry.lock

Lines changed: 1 addition & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "proxygen-cli"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "CLI for interacting with NHSD APIM's proxygen service"
55
authors = ["Ben Strutt <ben.strutt1@nhs.net>"]
66
readme = "README.md"
@@ -17,7 +17,6 @@ click="^8.1.2"
1717
pyjwt = "^2.9.0"
1818
requests = "^2.32.3"
1919
lxml = "^6.0.1"
20-
cryptography = "44.0.1"
2120
pyyaml = "^6.0.3"
2221
yaspin = "^3.2.0"
2322
tabulate = "^0.9.0"

0 commit comments

Comments
 (0)