Add first experiment with websockets, for datasync status page
This commit is contained in:
parent
065f845707
commit
2375733d0f
9 changed files with 414 additions and 17 deletions
3
setup.py
3
setup.py
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2021 Lance Edgar
|
||||
# Copyright © 2010-2022 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -84,6 +84,7 @@ requires = [
|
|||
# TODO: cornice<5 requires pyramid<2 (see above)
|
||||
'pyramid<2', # 1.3b2 1.10.8
|
||||
|
||||
'asgiref', # 3.2.3
|
||||
'colander', # 1.7.0
|
||||
'ColanderAlchemy', # 0.3.3
|
||||
'humanize', # 0.5.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue