Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Changelog

changes
^^^^^^^

- use version 0.15 and upwards of python-barcode

contributors
^^^^^^^^^^^^
- Patrick Kanzler


2023-11-17 - Version 3.0 - "Quietly Confident"
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setuptools
setuptools-scm
docutils>=0.12
sphinxcontrib-spelling>=7.2.0
python-barcode>=0.11.0,<1
python-barcode>=0.15.0,<1
importlib-metadata
importlib_resources
sphinxcontrib.datatemplates
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include_package_data = true
install_requires =
Pillow>=2.0
qrcode>=4.0
python-barcode>=0.9.1,<1
python-barcode>=0.15.0,<1
setuptools
six
appdirs
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deps = jaconv
pytest-cov
pytest-mock
hypothesis>=6.83
python-barcode
python-barcode>=0.15.0,<1
extras = all
commands = pytest
passenv = ESCPOS_CAPABILITIES_PICKLE_DIR, ESCPOS_CAPABILITIES_FILE, CI, TRAVIS, TRAVIS_*, APPVEYOR, APPVEYOR_*, CODECOV_*
Expand All @@ -32,7 +32,7 @@ basepython = python
changedir = doc
deps = sphinx>=7.2.3
setuptools_scm
python-barcode
python-barcode>=0.15.0,<1
sphinx-argparse
sphinxcontrib-spelling>=8.0.0
sphinxcontrib.datatemplates
Expand Down