Reduce the default consistency check frequency and support configuring the frequency independently for each check (#523).

This commit is contained in:
Dan Helfman
2022-05-28 14:42:19 -07:00
parent 8ddb7268eb
commit e76bfa555f
16 changed files with 620 additions and 127 deletions
+1 -1
View File
@@ -30,11 +30,11 @@ setup(
},
obsoletes=['atticmatic'],
install_requires=(
'colorama>=0.4.1,<0.5',
'jsonschema',
'requests',
'ruamel.yaml>0.15.0,<0.18.0',
'setuptools',
'colorama>=0.4.1,<0.5',
),
include_package_data=True,
python_requires='>=3.7',