[tor-commits] [sbws/master] Change stem dependency to 1.7.0
juga at torproject.org
juga at torproject.org
Thu Oct 11 15:21:29 UTC 2018
commit d34e78275e0e3f8f8b992ea02858a9c8771e36c6
Author: juga0 <juga at riseup.net>
Date: Mon Oct 8 08:52:00 2018 +0000
Change stem dependency to 1.7.0
which includes the required Timeout changes and eliminates the
need for the deprecated dependency_links
---
setup.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
index d704d92..8e93e7b 100755
--- a/setup.py
+++ b/setup.py
@@ -74,12 +74,9 @@ setup(
]
},
install_requires=[
- 'stem==1.6.0.dev0',
+ 'stem>=1.7.0',
'requests[socks]',
],
- dependency_links=[
- "git+https://git.torproject.org/stem.git#egg=stem-1.6.0.dev0",
- ],
extras_require={
# vulture: find unused code
'dev': ['flake8', 'vulture'],
More information about the tor-commits
mailing list