mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
commit
75e374915e
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ beautifulsoup4==4.8.0
|
|||
censys==0.0.8
|
||||
flake8==3.7.8
|
||||
grequests==0.4.0
|
||||
plotly==4.1.0
|
||||
plotly==4.1.1
|
||||
pytest==5.1.2
|
||||
PyYaml==5.1.2
|
||||
requests==2.22.0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
from gevent import monkey as curious_george
|
||||
curious_george.patch_all(thread=False, select=False)
|
||||
curious_george.patch_all(thread=False, select=False)
|
||||
|
|
Loading…
Reference in a new issue