Skip to content

Commit

Permalink
Pr/n91 feat/vtlookupv3 (#97)
Browse files Browse the repository at this point in the history
* Implemented usage of VirusTotal API v3

* Added vt-graph-api to requirements.txt

* Formatting, linter warnings and package support for vtlookupv3

* Bare exceptions fixed

* Fixed some docstring linting issues

Co-authored-by: Andres Ramirez <anramar@google.com>
Co-authored-by: petebryan <pebryan@microsoft.com>
  • Loading branch information
3 people committed Sep 15, 2020
1 parent fe8fe3f commit 1bdd06f
Show file tree
Hide file tree
Showing 6 changed files with 1,356 additions and 2 deletions.
5 changes: 4 additions & 1 deletion conda/conda-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ keyring>=13.2.1
matplotlib>=3.0.0
msrest>=0.6.0
msrestazure>=0.6.0
nest_asyncio>=1.4.0
networkx>=2.2
numpy>=1.15.4
pandas>=0.25.0
Expand All @@ -28,4 +29,6 @@ seaborn>=0.9.0
setuptools>=40.6.3
statsmodels
tqdm>=4.36.1
urllib3>=1.23
urllib3>=1.23
vt-py>=0.5.4
vt-graph-api>=1.0.1

0 comments on commit 1bdd06f

Please sign in to comment.