Skip to content

Commit

Permalink
Updating setup to use pure-sasl from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Sep 19, 2013
1 parent 88704fe commit dbd18f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/TracyWebTech/pure-sasl@digestmd5
git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent
pure-sasl==0.1.5
dnspython==1.11.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(*parts):
'Programming Language :: Python :: 2.7',
],
install_requires=[
'pure-sasl',
'pure-sasl==0.1.5',
'sleekxmpp==1.1.11',
'dnspython==1.11.1',
],
Expand Down

0 comments on commit dbd18f3

Please sign in to comment.