Skip to content

Commit dbd18f3

Browse files
committed
Updating setup to use pure-sasl from pypi
1 parent 88704fe commit dbd18f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
git+https://github.com/TracyWebTech/pure-sasl@digestmd5
21
git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent
2+
pure-sasl==0.1.5
33
dnspython==1.11.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read(*parts):
4242
'Programming Language :: Python :: 2.7',
4343
],
4444
install_requires=[
45-
'pure-sasl',
45+
'pure-sasl==0.1.5',
4646
'sleekxmpp==1.1.11',
4747
'dnspython==1.11.1',
4848
],

0 commit comments

Comments
 (0)