commit 231ca0079cb412ff8702519cebd2548b5bd6f88e Author: Damian Johnson atagar@torproject.org Date: Fri Oct 19 11:55:16 2018 -0700
Require Stem 1.7
We don't yet use any features exclusive to Stem 1.7 but that could change any time. Our next Nyx release should only be used with the latest Stem release (otherwise troubleshooting user issues will truly be a pita). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index 7eedb28..2ca331c 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ try: url = ATTR['url'], packages = ['nyx', 'nyx.panel'], keywords = 'tor onion controller', - install_requires = ['stem>=1.6.0'], + install_requires = ['stem>=1.7.0'], package_data = {'nyx': ['settings/*']}, entry_points = {'console_scripts': ['nyx = nyx.__init__:main']}, classifiers = [
tor-commits@lists.torproject.org