Merge pull request #10 from kimmoal/fix-deps

Move coveralls to dev dependencies
pull/14/head
Raphaël Vinot 2020-05-06 11:39:46 +02:00 committed by GitHub
commit 50f3778593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,9 +23,9 @@ include = ["pymispwarninglists/data/misp-warninglists/schema.json",
[tool.poetry.dependencies]
python = "^3.6"
coveralls = "^2.0.0"
[tool.poetry.dev-dependencies]
coveralls = "^2.0.0"
codecov = "^2.0.22"
jsonschema = "^3.2.0"
nose = "^1.3.7"