Skip to content

Commit

Permalink
Fix stomp.py to version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiohk committed Apr 7, 2021
1 parent bd79f05 commit e62b5dd
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 e62b5dd

Please sign in to comment.