mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 09:19:50 +00:00
Merge pull request #1121 from arsenetar/as/upgrade-deps
feat: Upgrade dependencies
This commit is contained in:
commit
322d29a996
@ -1,4 +1,4 @@
|
|||||||
pytest>=6,<7
|
pytest>=7,<8
|
||||||
flake8
|
flake8
|
||||||
black
|
black
|
||||||
pyinstaller>=4.5,<5.0; sys_platform != 'linux'
|
pyinstaller>=5.6,<6.0; sys_platform != 'linux'
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
distro>=1.5.0
|
distro>=1.8.0,<2.0.0
|
||||||
mutagen>=1.44.0
|
mutagen>=1.46.0,<2.0.0
|
||||||
polib>=1.1.0
|
polib>=1.1.0,<2.0.0
|
||||||
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
|
PyQt5 >=5.15.0,<6.0; sys_platform != 'linux'
|
||||||
pywin32>=228; sys_platform == 'win32'
|
pywin32>=304; sys_platform == 'win32'
|
||||||
semantic-version>=2.0.0,<3.0.0
|
semantic-version>=2.0.0,<3.0.0
|
||||||
Send2Trash>=1.3.0
|
Send2Trash>=1.8.2,<2.0.0
|
||||||
sphinx>=3.0.0
|
sphinx>=5.3.0,<7.0.0
|
||||||
xxhash>=3.0.0,<4.0.0
|
xxhash>=3.0.0,<4.0.0
|
||||||
|
@ -29,10 +29,10 @@ classifiers =
|
|||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
install_requires =
|
install_requires =
|
||||||
Send2Trash>=1.3.0
|
Send2Trash>=1.8.2,<2.0.0
|
||||||
mutagen>=1.45.1
|
mutagen>=1.46.0,<2.0.0
|
||||||
distro>=1.5.0
|
distro>=1.8.0,<2.0.0
|
||||||
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
|
PyQt5 >=5.15.0,<6.0; sys_platform != 'linux'
|
||||||
pywin32>=228; sys_platform == 'win32'
|
pywin32>=228; sys_platform == 'win32'
|
||||||
semantic-version>=2.0.0,<3.0.0
|
semantic-version>=2.0.0,<3.0.0
|
||||||
xxhash>=3.0.0,<4.0.0
|
xxhash>=3.0.0,<4.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user