PyMISP/Pipfile

28 lines
693 B
Plaintext
Raw Normal View History

2019-01-18 17:39:34 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[[source]]
name = "lief_index"
url = "https://lief-project.github.io/packages/"
verify_ssl = true
2019-01-18 17:39:34 +01:00
[dev-packages]
nose = "*"
coveralls = "*"
codecov = "*"
requests-mock = "*"
[packages]
pymisp = {editable = true,extras = ["fileobjects", "neo", "openioc", "virustotal", "pdfexport"],path = "."}
2019-01-18 17:39:34 +01:00
pydeep = {editable = true,git = "https://github.com/kbandla/pydeep.git"}
pymispwarninglists = {editable = true,git = "https://github.com/MISP/PyMISPWarningLists.git"}
2019-04-25 11:45:46 +02:00
lief = {version="==0.9.0.dev0", index="lief_index", markers="python_version >= '3.5'"}
2019-01-18 17:39:34 +01:00
[requires]
python_version = "3"
[pipenv]
allow_prereleases = true