mirror of https://github.com/MISP/MISP
18 lines
369 B
TOML
18 lines
369 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
mixbox = "*"
|
|
cybox = "*"
|
|
stix = "*"
|
|
maec = "*"
|
|
pymisp = {path = "./PyMISP", extras=["fileobjects"]}
|
|
stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "61e9fc0748691f6b768acf47c18ef01b5dc0a854"}
|
|
pydeep2 = "*"
|
|
python-dateutil = "*"
|
|
urllib3 = ">=1.26.5"
|