mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
23 lines
350 B
INI
23 lines
350 B
INI
[metadata]
|
|
name = PFERD
|
|
version = attr: PFERD.version.VERSION
|
|
|
|
[options]
|
|
packages = PFERD
|
|
python_requires = >=3.8
|
|
install_requires =
|
|
aiohttp>=3.7.4.post0
|
|
beautifulsoup4>=4.9.3
|
|
rich>=10.1.0
|
|
beautifulsoup4>=4.9.3
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
pferd = PFERD.__main__:main
|
|
|
|
[flake8]
|
|
max_line_length = 110
|
|
|
|
[isort]
|
|
line_length = 110
|