]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Loosen sepaxml version bounds 88/head
authorJonathan Ringer <jonringer117@gmail.com>
Thu, 1 Aug 2019 22:06:56 +0000 (15:06 -0700)
committerJonathan Ringer <jonringer117@gmail.com>
Thu, 1 Aug 2019 22:10:43 +0000 (15:10 -0700)
setup.py

index 21852721fe384027de7a1c8aa4b716993bd344bb..5d11b1f6e25efe7689f38a3f84d6223feb045516 100644 (file)
--- 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.*']),