2019-01-21 14:33:09 +01:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
nose = "*"
|
|
|
|
coverage = "*"
|
|
|
|
codecov = "*"
|
|
|
|
coveralls = "*"
|
2020-04-30 15:56:36 +02:00
|
|
|
urllib3 = ">=1.24.2"
|
2019-01-21 14:33:09 +01:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
dnspython = "*"
|
|
|
|
lief = "*"
|
|
|
|
python-magic = "*"
|
|
|
|
pydeep = {git = "https://github.com/kbandla/pydeep.git"}
|
|
|
|
pyfaup = {git = "https://github.com/stricaud/faup.git",subdirectory = "src/lib/bindings/python"}
|
|
|
|
defang = {git = "https://github.com/Rafiot/defang.git"}
|
|
|
|
pymisp = {editable = true,git = "https://github.com/MISP/PyMISP.git"}
|
2019-07-18 15:12:15 +02:00
|
|
|
flask = "*"
|
|
|
|
flask-bootstrap = "*"
|
|
|
|
mail2misp = {editable = true,path = "."}
|
|
|
|
gunicorn = {extras = ["gevent"],version = "*"}
|
|
|
|
validators = "*"
|
2019-01-21 14:33:09 +01:00
|
|
|
|
2019-07-18 15:12:15 +02:00
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|