1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

ref(package) replace appdirs with platformdirs in configuration and requirements files (#697)

* ref(package) replace appdirs with platformdirs in configuration and requirements files

* ref: remove types-appdirs from dependencies in tox.ini
This commit is contained in:
Hasan Sezer Taşan
2025-08-25 02:30:25 +03:00
committed by GitHub
parent c702204231
commit 1a780e8f80
5 changed files with 6 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ install_requires =
python-barcode>=0.15.0,<1
setuptools
six
appdirs
platformdirs
PyYAML
argcomplete
importlib_resources