Skip to content

Commit

Permalink
🐛 Fix requirements.txt of websocket-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Feb 12, 2024
1 parent 7a419e3 commit 6c97be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions additions/websocket-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Faker>=4.18.0
pika>=1.2.0
websocket-client==0.59.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ metadata:
name: mizutest-websocket-client
namespace: sock-shop
spec:
ports:
# the port that this service should serve on
- port: 5672
targetPort: 5672
selector:
name: mizutest-websocket-client

0 comments on commit 6c97be2

Please sign in to comment.