MISP/Pipfile

18 lines
369 B
Plaintext
Raw Normal View History

2019-03-29 17:41:09 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
mixbox = "*"
cybox = "*"
stix = "*"
maec = "*"
2021-06-07 17:01:17 +02:00
pymisp = {path = "./PyMISP", extras=["fileobjects"]}
stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "61e9fc0748691f6b768acf47c18ef01b5dc0a854"}
2022-01-16 20:15:06 +01:00
pydeep2 = "*"
2021-06-07 17:01:17 +02:00
python-dateutil = "*"
urllib3 = ">=1.26.5"