Skip to content

Commit

Permalink
ci: add testcontainers in examples/message
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 3, 2023
1 parent d1a0735 commit 9a4c5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/message/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ pytest==7.0.1; python_version < '3.7'
pytest==7.1.3; python_version >= '3.7'
requests==2.27.1; python_version < '3.7'
requests>=2.28.0; python_version >= '3.7'
testcontainers==3.7.0; python_version < '3.7'
testcontainers==3.7.1; python_version >= '3.7'

0 comments on commit 9a4c5e6

Please sign in to comment.