pferd/setup.cfg

24 lines
365 B
INI
Raw Normal View History

[metadata]
name = PFERD
2021-05-19 17:32:23 +02:00
version = attr: PFERD.version.VERSION
[options]
2021-05-25 17:29:39 +02:00
packages = find:
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
2021-05-23 19:44:12 +02:00
keyring>=23.0.1
certifi>=2020.12.5
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