PyMISP/Pipfile

27 lines
625 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
pymispwarninglists = {editable = true,git = "https://github.com/MISP/PyMISPWarningLists.git"}
2019-05-13 10:13:13 +02:00
lief = {version = ">=0.10.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