We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88704fe commit dbd18f3Copy full SHA for dbd18f3
2 files changed
requirements.txt
@@ -1,3 +1,3 @@
1
-git+https://github.com/TracyWebTech/pure-sasl@digestmd5
2
git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent
+pure-sasl==0.1.5
3
dnspython==1.11.1
setup.py
@@ -42,7 +42,7 @@ def read(*parts):
42
'Programming Language :: Python :: 2.7',
43
],
44
install_requires=[
45
- 'pure-sasl',
+ 'pure-sasl==0.1.5',
46
'sleekxmpp==1.1.11',
47
'dnspython==1.11.1',
48
0 commit comments