mirror of https://github.com/MISP/MISP
17 lines
445 B
TOML
17 lines
445 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
mixbox = "*"
|
|
cybox = "*"
|
|
stix = "*"
|
|
maec = "*"
|
|
|
|
pymisp = {git = "https://github.com/MISP/PyMISP.git", ref = "a68bd80ab9dceaee9674bd9a2b0bffc4f387fcdc", extras=["fileobjects"]}
|
|
stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "61e9fc0748691f6b768acf47c18ef01b5dc0a854"}
|
|
pydeep = {git = "https://github.com/kbandla/pydeep.git"}
|