mozilla / foundation-security-advisories

Canonical source for Mozilla Foundation Security Advisories. http://www.mozilla.org/security/announce/
Mozilla Public License 2.0
20 stars 32 forks source link

Package the python tools so they can be installed more easily #103

Closed gene1wood closed 2 years ago

gene1wood commented 2 years ago

This puts the python tools into a python package with a setup.py for installation. This also updates requirements.txt which was missing "requests" and which depended on a version of "Markdown" which doesn't work with modern Python versions.