[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] nose = "*" coveralls = "*" codecov = "*" requests-mock = "*" [packages] pymisp = {editable = true,extras = ["fileobjects", "neo", "openioc", "virustotal"],path = "."} pydeep = {editable = true,git = "https://github.com/kbandla/pydeep.git"} pymispwarninglists = {editable = true,git = "https://github.com/MISP/PyMISPWarningLists.git"} reportlab = "*" [requires] python_version = "3.6"