Skip to content

Commit

Permalink
Merge pull request #39 from juntossomosmais/fix/set-stomppy-version
Browse files Browse the repository at this point in the history
Fix stomp.py to version 6.0.0
  • Loading branch information
fabiohk authored Apr 7, 2021
2 parents bd79f05 + e62b5dd commit 76ab17a
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 279 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pytest-trio = "*"

[packages]
django = "~=2.2"
"stomp.py" = "~=6.0"
"stomp.py" = "==6.0.0"
request-id-django-log = "==0.1.1"
tenacity = "~=6.0"

Expand Down
Loading

0 comments on commit 76ab17a

Please sign in to comment.