pferd/setup.cfg

23 lines
354 B
INI
Raw Normal View History

[metadata]
name = PFERD
2021-05-13 23:52:46 +02:00
version = attr: PFERD.version.__version__
[options]
packages = PFERD
python_requires = >=3.8
2021-04-29 11:25:00 +02:00
install_requires =
2021-05-13 22:28:14 +02:00
aiohttp>=3.7.4.post0
beautifulsoup4>=4.9.3
2021-04-29 11:25:00 +02:00
rich>=10.1.0
beautifulsoup4>=4.9.3
2021-04-27 00:29:42 +02:00
[options.entry_points]
console_scripts =
2021-05-13 23:52:46 +02:00
pferd = PFERD.__main__:main
[flake8]
max_line_length = 110
2021-05-16 13:17:01 +02:00
[isort]
line_length = 110