mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Move polib to setup_requires instead of install_requires
This commit is contained in:
parent
0f845ee67a
commit
17b83c8001
@ -30,13 +30,13 @@ packages = find:
|
|||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
install_requires =
|
install_requires =
|
||||||
Send2Trash>=1.3.0
|
Send2Trash>=1.3.0
|
||||||
polib>=1.1.0
|
|
||||||
mutagen>=1.45.1
|
mutagen>=1.45.1
|
||||||
distro>=1.5.0
|
distro>=1.5.0
|
||||||
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
|
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
|
||||||
pywin32>=228; sys_platform == 'win32'
|
pywin32>=228; sys_platform == 'win32'
|
||||||
setup_requires =
|
setup_requires =
|
||||||
sphinx>=3.0.0
|
sphinx>=3.0.0
|
||||||
|
polib>=1.1.0
|
||||||
tests_require =
|
tests_require =
|
||||||
pytest >=6,<7
|
pytest >=6,<7
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user