diff options
author | mathieui <mathieui@mathieui.net> | 2017-11-28 20:41:49 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-11-28 20:41:49 +0100 |
commit | a9008d38365c79deef74c3322b152dbedc193fd0 (patch) | |
tree | f20a769b31bf6dd281b4dd75da4516e95da2b36a | |
parent | d4bc3b543e8aee9a6f584cc21786e26751ac1e19 (diff) | |
download | poezio-a9008d38365c79deef74c3322b152dbedc193fd0.tar.gz poezio-a9008d38365c79deef74c3322b152dbedc193fd0.tar.bz2 poezio-a9008d38365c79deef74c3322b152dbedc193fd0.tar.xz poezio-a9008d38365c79deef74c3322b152dbedc193fd0.zip |
Pin requirements and update dependencies
-rw-r--r-- | requirements.txt | 6 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 62db5c1c..9150d0eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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'}) |