diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,10 +33,11 @@ package_dir = = src packages = find: include_package_data=True +python_requires = >= 3.7 install_requires = hydrilla.builder flask - jsonschema + jsonschema>=3.0 [options.package_data] hydrilla.server = locales/*/LC_MESSAGES/messages.mo |