Skip to content

Commit

Permalink
Merge pull request #15 from airtai/polishing
Browse files Browse the repository at this point in the history
Replaced dependancy to faststream[test] with pytest
  • Loading branch information
kumaranvpl authored Sep 29, 2023
2 parents b4d9fca + 65811f5 commit 1b42c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ static-analysis = [
]

testing = [
"faststream[kafka, testing]>=0.1.5",
"pytest==7.4.2",
"pytest-asyncio==0.21.1",
]

dev = ["my-service[lint,static-analysis,testing]"]
Expand Down

0 comments on commit 1b42c56

Please sign in to comment.