Skip to content

Commit

Permalink
feat: add requirements for Python script, VirusShare 487
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Nov 27, 2024
1 parent 1961453 commit 21ed93d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/VirusShare/VirusShare_00487.zip.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INSERT INTO source(name, description, url, firstacquisition, releasable, malicious, parent) VALUES('VirusShare_00487.zip', 'VirusShare_00487.zip, 30.05 GB', 'https://virusshare.com/', '2024-10-04 11:46:40 -04:00', true, true, (select id from source where name = 'VirusShare'));
3 changes: 3 additions & 0 deletions sources/VirusShare/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
beautifulsoup4
lxml
tqdm

0 comments on commit 21ed93d

Please sign in to comment.