From: Jonathan Ringer Date: Thu, 1 Aug 2019 22:06:56 +0000 (-0700) Subject: Loosen sepaxml version bounds X-Git-Tag: v3.0.0~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F88%2Fhead;p=thirdparty%2Fpython-fints.git Loosen sepaxml version bounds --- diff --git a/setup.py b/setup.py index 2185272..5d11b1f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,10 @@ setup( keywords='hbci banking fints', install_requires=[ - 'requests', 'mt-940', 'sepaxml==2.0.*', 'bleach', + 'bleach', + 'mt-940', + 'requests', + 'sepaxml~=2.0', ], packages=find_packages(include=['fints', 'fints.*']),