Skip to content

Commit 2bb132a

Browse files
committed
Updated descriptive comments on 'pyproject.toml'
1 parent 45590a9 commit 2bb132a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ classifiers = [
3232
dependencies = [
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]
4141
cicd = [
42-
"pytest-cov", # Used by Azure Pipelines for PyTest coverage reports
42+
"pytest-cov", # Used for generating PyTest coverage reports
4343
]
4444
client = [
4545
"textual==0.42.0",
@@ -57,7 +57,6 @@ instrument-server = [
5757
"uvicorn[standard]",
5858
]
5959
server = [
60-
# "matplotlib", # For visual statistical analysis of images
6160
"aiohttp",
6261
"cryptography",
6362
"fastapi[standard]",

0 commit comments

Comments
 (0)