6
0
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:
Philipp Klaus 2016-12-10 14:45:49 +01:00
parent e42fb69095
commit c9307a9463
2 changed files with 0 additions and 3 deletions

@ -9,8 +9,6 @@ from io import BytesIO
from bottle import run, route, response, request, jinja2_view as view, static_file, redirect from bottle import run, route, response, request, jinja2_view as view, static_file, redirect
from PIL import Image, ImageDraw, ImageFont from PIL import Image, ImageDraw, ImageFont
import numpy as np
import markdown
from brother_ql.devicedependent import models, label_type_specs from brother_ql.devicedependent import models, label_type_specs
from brother_ql import BrotherQLRaster, create_label from brother_ql import BrotherQLRaster, create_label

@ -1,4 +1,3 @@
brother_ql brother_ql
bottle bottle
markdown
jinja2 jinja2