Skip to content

Commit

Permalink
Updated descriptive comments on 'pyproject.toml'
Browse files Browse the repository at this point in the history
  • Loading branch information
tieneupin committed Jan 14, 2025
1 parent 45590a9 commit 2bb132a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ classifiers = [
dependencies = [
"backports.entry_points_selectable",
"defusedxml", # For safely parsing XML files
"pydantic<2", # Locked to <2 by zocalo
"pydantic<2", # Locked to <2 by cygwin terminal
"requests",
"rich",
"werkzeug",
]
[project.optional-dependencies]
cicd = [
"pytest-cov", # Used by Azure Pipelines for PyTest coverage reports
"pytest-cov", # Used for generating PyTest coverage reports
]
client = [
"textual==0.42.0",
Expand All @@ -57,7 +57,6 @@ instrument-server = [
"uvicorn[standard]",
]
server = [
# "matplotlib", # For visual statistical analysis of images
"aiohttp",
"cryptography",
"fastapi[standard]",
Expand Down

0 comments on commit 2bb132a

Please sign in to comment.