diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,12 +25,12 @@ classifiers = zip_safe = False package_dir = = src -packages = find: +packages = find_namespace: include_package_data = True python_requires = >= 3.7 install_requires = - hydrilla.builder==1.0 - flask + hydrilla.builder==1.1b1 + flask>=1.1 jsonschema>=3.0 [options.package_data] @@ -38,7 +38,7 @@ hydrilla.server = locales/*/LC_MESSAGES/hydrilla-messages.mo [options.extras_require] test = pytest -setup = setuptools_scm +setup = setuptools_scm; babel [options.packages.find] where = src |