mail_to_misp/Pipfile

29 lines
680 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
nose = "*"
coverage = "*"
codecov = "*"
coveralls = "*"
urllib3 = ">=1.24.2"
[packages]
dnspython = "*"
lief = "*"
python-magic = "*"
pydeep = {git = "https://github.com/kbandla/pydeep.git"}
pyfaup = {git = "https://github.com/stricaud/faup.git",subdirectory = "src/lib/bindings/python"}
defang = {git = "https://github.com/Rafiot/defang.git"}
pymisp = {editable = true,git = "https://github.com/MISP/PyMISP.git"}
flask = "*"
flask-bootstrap = "*"
mail2misp = {editable = true,path = "."}
gunicorn = {extras = ["gevent"],version = "*"}
validators = "*"
[pipenv]
allow_prereleases = true