File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ classifiers = [
3232dependencies = [
3333 " backports.entry_points_selectable" ,
3434 " defusedxml" , # For safely parsing XML files
35- " pydantic<2" , # Locked to <2 by zocalo
35+ " pydantic<2" , # Locked to <2 by cygwin terminal
3636 " requests" ,
3737 " rich" ,
3838 " werkzeug" ,
3939]
4040[project .optional-dependencies ]
4141cicd = [
42- " pytest-cov" , # Used by Azure Pipelines for PyTest coverage reports
42+ " pytest-cov" , # Used for generating PyTest coverage reports
4343]
4444client = [
4545 " textual==0.42.0" ,
@@ -57,7 +57,6 @@ instrument-server = [
5757 " uvicorn[standard]" ,
5858]
5959server = [
60- # "matplotlib", # For visual statistical analysis of images
6160 " aiohttp" ,
6261 " cryptography" ,
6362 " fastapi[standard]" ,
You can’t perform that action at this time.
0 commit comments