aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-21 19:06:33 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-21 19:13:48 +0100
commitc8aba30a61346148d1b59209a17b98aa07b4d146 (patch)
tree0ed05908d29feb489343a5319483b86987835961 /setup.cfg
parentaefe76fbc7ac68ab9786d84e9cbb0962f0600fd2 (diff)
downloadhaketilo-hydrilla-c8aba30a61346148d1b59209a17b98aa07b4d146.tar.gz
haketilo-hydrilla-c8aba30a61346148d1b59209a17b98aa07b4d146.zip
enable using with Python 3.7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c07fad7..4cc05d5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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