We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf7fb7 commit 961a83cCopy full SHA for 961a83c
pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
30
"Programming Language :: Python :: 3.12",
31
]
32
dependencies = [
33
+ "backports.entry_points_selectable",
34
"defusedxml", # For safely parsing XML files
35
"pydantic<2", # Locked to <2 by zocalo
36
"requests",
@@ -55,7 +56,6 @@ developer = [
55
56
server = [
57
# "matplotlib", # For visual statistical analysis of images
58
"aiohttp",
- "backports.entry_points_selectable",
59
"cryptography",
60
"fastapi[standard]",
61
"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