diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-21 19:06:33 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-21 19:13:48 +0100 |
commit | c8aba30a61346148d1b59209a17b98aa07b4d146 (patch) | |
tree | 0ed05908d29feb489343a5319483b86987835961 /setup.cfg | |
parent | aefe76fbc7ac68ab9786d84e9cbb0962f0600fd2 (diff) | |
download | haketilo-hydrilla-c8aba30a61346148d1b59209a17b98aa07b4d146.tar.gz haketilo-hydrilla-c8aba30a61346148d1b59209a17b98aa07b4d146.zip |
enable using with Python 3.7
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 |