Skip to content

Commit 933cfe6

Browse files
committed
Package is 'python-jose[cryptography], not 'jose'
1 parent b55ae5f commit 933cfe6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ developer = [
5454
]
5555
instrument-server = [
5656
"fastapi[standard]",
57-
"jose",
57+
"python-jose[cryptography]",
5858
"uvicorn[standard]",
5959
]
6060
server = [
@@ -63,7 +63,6 @@ server = [
6363
"fastapi[standard]",
6464
"ispyb", # Responsible for setting requirements for SQLAlchemy and mysql-connector-python; v10.0.0: sqlalchemy <2, mysql-connector-python >=8.0.32
6565
"jinja2",
66-
"jose",
6766
"mrcfile",
6867
"numpy",
6968
"packaging",

0 commit comments

Comments
 (0)