[tor-commits] [nyx/master] Require Stem 1.7
    atagar at torproject.org 
    atagar at torproject.org
       
    Fri Oct 19 19:55:32 UTC 2018
    
    
  
commit 231ca0079cb412ff8702519cebd2548b5bd6f88e
Author: Damian Johnson <atagar at 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 = [
    
    
More information about the tor-commits
mailing list