Pin requirements and update dependencies

This commit is contained in:
mathieui 2017-11-28 20:41:49 +01:00
parent d4bc3b543e
commit a9008d3836
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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'})