summaryrefslogtreecommitdiffstats
path: root/requirements.txt
AgeCommit message (Collapse)Author
2019-04-24Raise oletools version for python3 compatibilityMichael Weiser
Require at least oletools 0.54 to make sure we're compatible with python3 at runtime.
2019-02-04Use future module for python2 backward-compatibilityMichael Weiser
Switch to python3 socketserver and queue modules. Enable the future module to stay compatible with python2.
2019-02-04Switch to configparser backport moduleMichael Weiser
Use the backported configparser module for increased python3 compatibility and additional (although currently unused) features (e.g. loading defaults from a dict).
2019-01-22Simplify result handling in databaseMichael Weiser
Remove analsyis_results table because it only stores static enumeration/mapping data and requires an additional level of indirection for lookups without clear benefit. Instead use native enum support of SQLAlchemy 1.1+ to store textual representations of the Result enum members directly. This simplifies the Result enum as well by removing various text-to-value and value-to-text conversions. Remove dead table init code.
2018-11-21Do not freeze dependency software versionsMichael Weiser
Allow dependencies to be more current than our minimum requirements, particularly to allow security-fixed updated versions to be used. Spotted by GitHub for requests and also affecting yara. Closes #51.
2018-08-24fixed missing requirementFelix Bauer
2017-12-12Added new rule to check score in cuckoo_report for thresholdFelix Bauer
2017-10-10Add rule in toolbox to detect (EICAR like) Peekabooyar stringFelix Bauer
2017-08-30Remove duplicate entry in requirements.txtSebastian Deiss
2017-05-23Import from our internal VCSSebastian Deiss