Skip to content

Commit 32cfc2a

Browse files
committed
Lock pyxmpp2-sasl to 2.0.2 minimum
1 parent af930e5 commit 32cfc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author_email='[email protected]',
1818
license='GNU',
1919
packages=find_packages(),
20-
install_requires=['six', 'pyxmpp2_scram'],
20+
install_requires=['six', 'pyxmpp2_scram>=2.0.2'],
2121
extras_require={
2222
'pysocks': ['pysocks'],
2323
'pysocks:sys_platform=="win32" and python_version == "2.7"': ['win_inet_pton']

0 commit comments

Comments
 (0)