Skip to content

Commit 961a83c

Browse files
committed
Moved 'backports.entry_points_selectable' under 'dependencies' since it is also used on client side
1 parent 6bf7fb7 commit 961a83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
]
3232
dependencies = [
33+
"backports.entry_points_selectable",
3334
"defusedxml", # For safely parsing XML files
3435
"pydantic<2", # Locked to <2 by zocalo
3536
"requests",
@@ -55,7 +56,6 @@ developer = [
5556
server = [
5657
# "matplotlib", # For visual statistical analysis of images
5758
"aiohttp",
58-
"backports.entry_points_selectable",
5959
"cryptography",
6060
"fastapi[standard]",
6161
"ispyb", # Responsible for setting requirements for SQLAlchemy and mysql-connector-python; v10.0.0: sqlalchemy <2, mysql-connector-python >=8.0.32

0 commit comments

Comments
 (0)