File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[metadata]
22name = rmqrcode
3- version = 0.0.5
3+ version = 0.0.6
44author = Takahiro Tomita
5566description = An rMQR Code Generetor
@@ -17,6 +17,8 @@ package_dir =
1717 = src
1818packages = find:
1919python_requires = >=3.6
20+ install_requires =
21+ Pillow
2022
2123[options.packages.find]
2224where = src
Original file line number Diff line number Diff line change 66from .format .mask import mask
77
88from .encoder .byte_encoder import ByteEncoder
9- from .lib .error_correction import compute_bch , compute_reed_solomon
10- from .lib .utilities import split_into_8bits
9+ from .util .error_correction import compute_bch , compute_reed_solomon
10+ from .util .utilities import split_into_8bits
1111from .enums .color import Color
1212from .enums .fit_strategy import FitStrategy
1313
You can’t perform that action at this time.
0 commit comments