Pin requirements and update dependencies
This commit is contained in:
parent
d4bc3b543e
commit
a9008d3836
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
cython
|
||||
-e git+git://git.louiz.org/slixmpp#egg=slixmpp
|
||||
cython==0.27.3
|
||||
slixmpp==1.3.0
|
||||
aiodns==1.1.1
|
||||
pycares==2.3.0
|
||||
pyasn1==0.4.2
|
||||
pyasn1-modules==0.2.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -106,7 +106,7 @@ setup(name="poezio",
|
|||
('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])]
|
||||
+ find_doc('share/doc/poezio/source', 'source')
|
||||
+ find_doc('share/doc/poezio/html', 'build/html')),
|
||||
install_requires=['slixmpp>=1.2.4', 'aiodns', 'pyasn1_modules', 'pyasn1'],
|
||||
install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1'],
|
||||
extras_require={'OTR plugin': 'python-potr>=1.0',
|
||||
'Screen autoaway plugin': 'pyinotify==0.9.4',
|
||||
'Avoiding cython': 'cffi'})
|
||||
|
|
Loading…
Reference in a new issue