File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - add_ssh_keys
1313 - checkout
1414 - run :
15- name : Install dependencies
15+ name : Install dependencies8
1616 command : |
1717 sudo pip install -r development.txt
1818 - run :
Original file line number Diff line number Diff line change 11boto3==1.24.75
2- Django==3.2.15
2+ Django==4.1.1
33mock==4.0.3
44moto==4.0.3
55requests==2.28.1
Original file line number Diff line number Diff line change 1919
2020logger = logging .getLogger (__name__ )
2121
22- MESSAGES_RECEIVED = django .dispatch .Signal (providing_args = [ 'messages' ] )
23- MESSAGES_PROCESSED = django .dispatch .Signal (providing_args = [ 'messages' ] )
24- MESSAGES_DELETED = django .dispatch .Signal (providing_args = [ 'messages' ] )
22+ MESSAGES_RECEIVED = django .dispatch .Signal ()
23+ MESSAGES_PROCESSED = django .dispatch .Signal ()
24+ MESSAGES_DELETED = django .dispatch .Signal ()
2525
2626
2727class WorkerService (object ):
You can’t perform that action at this time.
0 commit comments