Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Update SliXMPP & dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
  • Loading branch information
virtualtam committed Nov 10, 2017
1 parent 36b3383 commit 94d4618
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyasn1==0.2.3
pyasn1-modules==0.0.9
slixmpp==1.1
pyasn1==0.3.7
pyasn1-modules==0.1.5
slixmpp>=1.1,<1.3
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def get_program_metadata(attribute):
],
},
install_requires=[
'pyasn1==0.1.9',
'pyasn1-modules==0.0.8',
'slixmpp==1.1',
'pyasn1==0.3.7',
'pyasn1-modules==0.1.5',
'slixmpp>=1.1,<1.3',
],
extras_require={
'DNS': ['dnspython==1.12.0'],
'DNS': ['dnspython==1.15.0'],
},
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -56,5 +56,6 @@ def get_program_metadata(attribute):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Communications :: Chat',
])

0 comments on commit 94d4618

Please sign in to comment.