update to newest python-barcode (#595)
* update to newest python-barcode
This commit is contained in:
parent
9a1699ab94
commit
ac23c083b6
|
@ -7,10 +7,11 @@ Changelog
|
||||||
|
|
||||||
changes
|
changes
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
- use version 0.15 and upwards of python-barcode
|
||||||
|
|
||||||
contributors
|
contributors
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
- Patrick Kanzler
|
||||||
|
|
||||||
|
|
||||||
2023-11-17 - Version 3.0 - "Quietly Confident"
|
2023-11-17 - Version 3.0 - "Quietly Confident"
|
||||||
|
|
|
@ -7,7 +7,7 @@ setuptools
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
docutils>=0.12
|
docutils>=0.12
|
||||||
sphinxcontrib-spelling>=7.2.0
|
sphinxcontrib-spelling>=7.2.0
|
||||||
python-barcode>=0.11.0,<1
|
python-barcode>=0.15.0,<1
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
importlib_resources
|
importlib_resources
|
||||||
sphinxcontrib.datatemplates
|
sphinxcontrib.datatemplates
|
||||||
|
|
|
@ -39,7 +39,7 @@ include_package_data = true
|
||||||
install_requires =
|
install_requires =
|
||||||
Pillow>=2.0
|
Pillow>=2.0
|
||||||
qrcode>=4.0
|
qrcode>=4.0
|
||||||
python-barcode>=0.9.1,<1
|
python-barcode>=0.15.0,<1
|
||||||
setuptools
|
setuptools
|
||||||
six
|
six
|
||||||
appdirs
|
appdirs
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -21,7 +21,7 @@ deps = jaconv
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-mock
|
pytest-mock
|
||||||
hypothesis>=6.83
|
hypothesis>=6.83
|
||||||
python-barcode
|
python-barcode>=0.15.0,<1
|
||||||
extras = all
|
extras = all
|
||||||
commands = pytest
|
commands = pytest
|
||||||
passenv = ESCPOS_CAPABILITIES_PICKLE_DIR, ESCPOS_CAPABILITIES_FILE, CI, TRAVIS, TRAVIS_*, APPVEYOR, APPVEYOR_*, CODECOV_*
|
passenv = ESCPOS_CAPABILITIES_PICKLE_DIR, ESCPOS_CAPABILITIES_FILE, CI, TRAVIS, TRAVIS_*, APPVEYOR, APPVEYOR_*, CODECOV_*
|
||||||
|
@ -32,7 +32,7 @@ basepython = python
|
||||||
changedir = doc
|
changedir = doc
|
||||||
deps = sphinx>=7.2.3
|
deps = sphinx>=7.2.3
|
||||||
setuptools_scm
|
setuptools_scm
|
||||||
python-barcode
|
python-barcode>=0.15.0,<1
|
||||||
sphinx-argparse
|
sphinx-argparse
|
||||||
sphinxcontrib-spelling>=8.0.0
|
sphinxcontrib-spelling>=8.0.0
|
||||||
sphinxcontrib.datatemplates
|
sphinxcontrib.datatemplates
|
||||||
|
|
Loading…
Reference in New Issue