Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 24, 2024
1 parent 3dc1d60 commit e23974b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"aiostream"
] # add all the dependencies here
dependencies = [] # add all the dependencies here
dynamic = ["readme", "version"]

[project.optional-dependencies]

aiostream = [
"aiostream"
# Optional dependency which is not required for seviper to work, but mostly used for our cases
# No pinned version here, because it is not required for the CI of this package, because the users can decide
# themselves which version of aiostrem they want to use, depending on theire lokal aiostream version
]
coverage = [
"coverage==7.6.1"
]
Expand Down

0 comments on commit e23974b

Please sign in to comment.