Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SASL SCRAM-SHA-256 #41

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Lock pyxmpp2-sasl to 2.0.2 minimum
  • Loading branch information
wolfy1339 committed May 3, 2018
commit 32cfc2a264526546f61377e4cabb5e3271bbfb59
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email='me+zirc@lukej.me',
license='GNU',
packages=find_packages(),
install_requires=['six', 'pyxmpp2_scram'],
install_requires=['six', 'pyxmpp2_scram>=2.0.2'],
extras_require={
'pysocks': ['pysocks'],
'pysocks:sys_platform=="win32" and python_version == "2.7"': ['win_inet_pton']
Expand Down