mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-23 09:30:00 +00:00
Added example with Docker and Flask (#519)
* Added example with Docker and Flask * set flask debug flag to False * new line at the end of file * format with black --------- Co-authored-by: Ricardo Sanchez Alba <r2sanchezalba@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2b826aa834
commit
66348ccc0a
21
examples/docker-flask/requirements.txt
Normal file
21
examples/docker-flask/requirements.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
appdirs==1.4.4
|
||||
argcomplete==3.0.8
|
||||
blinker==1.6.2
|
||||
click==8.1.3
|
||||
Flask==2.3.2
|
||||
future==0.18.3
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.2
|
||||
Pillow==9.5.0
|
||||
pycups==2.0.1
|
||||
pypng==0.20220715.0
|
||||
pyserial==3.5
|
||||
python-barcode==0.14.0
|
||||
python-escpos==3.0a9
|
||||
pyusb==1.2.1
|
||||
PyYAML==6.0
|
||||
qrcode==7.4.2
|
||||
six==1.16.0
|
||||
typing_extensions==4.5.0
|
||||
Werkzeug==2.3.4
|
||||
Reference in New Issue
Block a user