2017-06-27 15:00:15 +02:00
|
|
|
cryptography
|
2016-11-30 06:21:53 +01:00
|
|
|
jinja2
|
2019-10-16 18:39:48 +02:00
|
|
|
pycodestyle ; python_version >= '3.5' # only used on python 3.5+
|
|
|
|
pylint ; python_version >= '3.5' and python_version < '3.9' # only used on python 3.5+ and does not yet support python 3.9
|
2019-08-07 16:13:28 +02:00
|
|
|
pyyaml
|
2019-10-16 18:39:48 +02:00
|
|
|
rstcheck ; python_version >= '3.5' # only used on python 3.5+
|
2017-07-13 05:04:22 +02:00
|
|
|
virtualenv
|
2019-10-16 18:39:48 +02:00
|
|
|
voluptuous ; python_version >= '3.5' # only used on python 3.5+
|
|
|
|
yamllint ; python_version >= '3.5' # only used on python 3.5+
|