mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
15 lines
236 B
INI
15 lines
236 B
INI
[metadata]
|
|
name = PFERD
|
|
version = 3.0.0
|
|
|
|
[options]
|
|
packages = PFERD
|
|
python_requires = >=3.8
|
|
install_requires =
|
|
aiohttp>=3.7.4.post0
|
|
beautifulsoup4>=4.9.3
|
|
rich>=10.1.0
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
pferd = PFERD:main
|