mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
Deprecate types-pywin32 in favor of pywin32-stubs
This commit is contained in:
@@ -68,11 +68,13 @@ cups =
|
||||
pycups; platform_system!='Windows'
|
||||
win32 =
|
||||
pywin32; platform_system=='Windows'
|
||||
pywin32-stubs; platform_system=='Windows'
|
||||
all =
|
||||
pyusb>=1.0.0
|
||||
pyserial
|
||||
pycups; platform_system!='Windows'
|
||||
pywin32; platform_system=='Windows'
|
||||
pywin32-stubs; platform_system=='Windows'
|
||||
|
||||
[flake8]
|
||||
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py
|
||||
|
||||
Reference in New Issue
Block a user