mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-13 04:00:15 +02:00
[CORE] "Freezes" deps. version to allow potential upstream breakages
distro >= 1.3.0 is required for proper BSD support, Archey will accept any later non-breaking release. netifaces >= 0.10 is widely available as of 2021, so Archey will accept any later release < 1.0 For this to work be sure to keep `--no-python-dependencies` flag passed to FPM when building packages. These requirements have to be met by targeted distributions (see `--depends` flags in `build.sh`).
This commit is contained in:
parent
054c03f3fb
commit
2b79e0b1d8
4
setup.py
4
setup.py
@ -24,8 +24,8 @@ setup(
|
||||
packages=find_packages(exclude=['archey.test*']),
|
||||
python_requires='>=3.6',
|
||||
install_requires=[
|
||||
'distro',
|
||||
'netifaces'
|
||||
'distro~=1.3',
|
||||
'netifaces~=0.10'
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user