add coverage and bs4
This commit is contained in:
@@ -6,11 +6,15 @@ authors = [
|
||||
{name = "Your Name",email = "you@example.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.6"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"django (==3.0)",
|
||||
"flake8 (==3.7.0)",
|
||||
"pytest-django (==3.9.0)"
|
||||
"pytest-django (==3.9.0)",
|
||||
"django-pytest (>=0.2.0,<0.3.0)",
|
||||
"six (>=1.17.0,<2.0.0)",
|
||||
"pytest-cov (>=6.3.0,<7.0.0)",
|
||||
"bs4 (>=0.0.2,<0.0.3)",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user