mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-09-08 08:55:28 -05:00
Merge pull request #127 from fredemmott/packaging
Add 'packaging' to dependencies in setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ setuptools.setup(
|
||||
description="Reads and writes Game Boy and Game Boy Advance cartridge data",
|
||||
url="https://github.com/Lesserkuma/FlashGBX",
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires=['pyserial>=3.5', 'Pillow', 'setuptools', 'requests', 'python-dateutil'],
|
||||
install_requires=['pyserial>=3.5', 'Pillow', 'setuptools', 'requests', 'python-dateutil', 'packaging'],
|
||||
extras_require={
|
||||
"qt5":["PySide2>=5.14"],
|
||||
"qt6":["PySide6"]
|
||||
|
||||
Reference in New Issue
Block a user