Skip to content

Commit

Permalink
remove ispyb-client package from dependencies
Browse files Browse the repository at this point in the history
Remove package ispyb-client from mxcubecore's dependencies.

It is not used anymore, and also it is causing issues due to it's
'pinned' dependency to typing_extensions package at version 4.3.0.
  • Loading branch information
elmjag authored and marcus-oscarsson committed Jan 18, 2024
1 parent ee3cd98 commit f9f20fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 73 deletions.
78 changes: 6 additions & 72 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ PyTango = { version = "^9.3.6", optional = true }
python-ldap = "^3.4.0"
requests = "^2.31.0"
colorama = "^0.4.6"
ispyb-client = "^1.0.0"

[tool.poetry.dev-dependencies]
pylint = [ { version = "==2.13.9", python = "<=3.7.1" }, { version = "^2.15.6", python = ">=3.8" } ]
Expand Down

0 comments on commit f9f20fb

Please sign in to comment.