Merge pull request #288 from L1ghtn1ng/dev

Fix build and update deps
This commit is contained in:
J.Townsend 2019-09-03 21:57:43 +01:00 committed by GitHub
commit 75e374915e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)