diff options
author | Tomas Hrnciar <thrnciar@redhat.com> | 2021-04-01 08:44:40 +0200 |
---|---|---|
committer | Tomas Hrnciar <thrnciar@redhat.com> | 2021-04-01 08:44:40 +0200 |
commit | acdc601165046702a2472da9f5950e0e9e8d16f2 (patch) | |
tree | 72ec3b1d79feaf39c7af2eabcb5c4afb0afdb512 | |
parent | 12b8af11df35dda535412b0c02ba792890095a7d (diff) | |
download | poezio-acdc601165046702a2472da9f5950e0e9e8d16f2.tar.gz poezio-acdc601165046702a2472da9f5950e0e9e8d16f2.tar.bz2 poezio-acdc601165046702a2472da9f5950e0e9e8d16f2.tar.xz poezio-acdc601165046702a2472da9f5950e0e9e8d16f2.zip |
Explicitly require setuptools, poezio/config.py and
poezio/plugin_manager imports pkg_resources
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ setup( + find_doc('share/doc/poezio/html', 'build/html') + sphinx_files_found ), - install_requires=['slixmpp>=1.6.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'typing_extensions'], + install_requires=['slixmpp>=1.6.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'typing_extensions', 'setuptools'], extras_require={'OTR plugin': 'python-potr>=1.0', 'Screen autoaway plugin': 'pyinotify==0.9.4', 'Avoiding cython': 'cffi'}, |