2019-01-18 17:39:34 +01:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
nose = "*"
|
|
|
|
coveralls = "*"
|
|
|
|
codecov = "*"
|
|
|
|
requests-mock = "*"
|
2019-07-18 14:05:08 +02:00
|
|
|
pymisp = {editable = true,extras = ["fileobjects", "neo", "openioc", "virustotal", "pdfexport", "docs"],path = "."}
|
2019-01-18 17:39:34 +01:00
|
|
|
|
|
|
|
[packages]
|
2019-07-18 14:05:08 +02:00
|
|
|
pymisp = {editable = true,extras = ["fileobjects", "openioc", "virustotal", "pdfexport"],path = "."}
|
2019-01-18 17:39:34 +01:00
|
|
|
pymispwarninglists = {editable = true,git = "https://github.com/MISP/PyMISPWarningLists.git"}
|
|
|
|
|
|
|
|
[requires]
|
2019-04-24 15:38:35 +02:00
|
|
|
python_version = "3"
|
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|