mirror of https://github.com/MISP/PyMISP
22 lines
543 B
TOML
22 lines
543 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
nose = "*"
|
|
coveralls = "*"
|
|
codecov = "*"
|
|
requests-mock = "*"
|
|
pymisp = {editable = true,extras = ["fileobjects", "neo", "openioc", "virustotal", "pdfexport", "docs"],path = "."}
|
|
|
|
[packages]
|
|
pymisp = {editable = true,extras = ["fileobjects", "openioc", "virustotal", "pdfexport"],path = "."}
|
|
pymispwarninglists = {editable = true,git = "https://github.com/MISP/PyMISPWarningLists.git"}
|
|
|
|
[requires]
|
|
python_version = "3"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|