rust2rpm/requirements.txt
Fabio Valentini 2f1505daf2
conf: implement new TOML-based config file format
- does not rely on custom INI parsing
- can be validated automatically with the defined schema
- actual support for lists, multi-line strings, booleans

When a "rust2rpm.toml" file is found, it takes precedence. Otherwise,
rust2rpm will fall back to existing {,.,_}rust2rpm.conf files and
convert to the new format internally.
2023-10-05 20:03:08 +02:00

7 lines
69 B
Text

cargo2rpm>=0.1.8
jinja2
jsonschema
pyparsing
requests
termcolor
tqdm