Merge pull request #508 from sherlock-project/sdushantha-patch-2

Use stem from PyPi insted of Git version, fixes #496
This commit is contained in:
Siddharth Dushantha 2020-01-09 15:30:42 +01:00 committed by GitHub
commit f7b5fb45bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,5 @@ PySocks>=1.7.0
requests>=2.22.0
requests-futures>=1.0.0
soupsieve>=1.9.2
# install from git to fix RuntimeError: dictionary keys changed during iteration
# change to stem>=1.7.2 or greater when available
-e git+https://git.torproject.org/stem.git@b5aecb7#egg=stem
stem>=1.8.0
torrequest>=0.1.0