From afad8aeec67e4ba8181f3cdbbc237f4ec59558ac Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 30 Jun 2022 02:01:55 +0200 Subject: use properly localized decimal separators --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6bc52b0..925e622 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ requires = [ 'SQLAlchemy', 'transaction', 'zope.sqlalchemy', + 'Babel', 'cryptography', 'gpxpy', 'markdown', @@ -27,7 +28,6 @@ requires = [ ] tests_require = [ - 'Babel', 'WebTest', 'pytest', 'pytest-cov', -- cgit v1.2.3