mirror of
https://github.com/pklaus/brother_ql_web.git
synced 2024-05-25 11:56:53 +03:00
requirements: removing unnecessary markdown & numpy
This commit is contained in:
parent
e42fb69095
commit
c9307a9463
|
@ -9,8 +9,6 @@ from io import BytesIO
|
|||
|
||||
from bottle import run, route, response, request, jinja2_view as view, static_file, redirect
|
||||
from PIL import Image, ImageDraw, ImageFont
|
||||
import numpy as np
|
||||
import markdown
|
||||
|
||||
from brother_ql.devicedependent import models, label_type_specs
|
||||
from brother_ql import BrotherQLRaster, create_label
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
brother_ql
|
||||
bottle
|
||||
markdown
|
||||
jinja2
|
||||
|
|
Loading…
Reference in New Issue
Block a user