Browse Source

Fix old style poetry groups

Colin Powell 1 year ago
parent
commit
37fd1d8458
2 changed files with 354 additions and 388 deletions
  1. 350 386
      poetry.lock
  2. 4 2
      pyproject.toml

File diff suppressed because it is too large
+ 350 - 386
poetry.lock


+ 4 - 2
pyproject.toml

@@ -45,7 +45,10 @@ pendulum = "^2.1.2"
 trafilatura = "^1.6.3"
 django-imagekit = "^5.0.0"
 
-[tool.poetry.dev-dependencies]
+[tool.poetry.group.dev]
+optional = true
+
+[tool.poetry.group.dev.dependencies]
 Werkzeug = "2.0.3"
 black = "^22.3"
 coverage = "^7.0.5"
@@ -57,7 +60,6 @@ pytest-django = "^4.5.2"
 pytest-flake8 = "^1.1"
 pytest-isort = "^3.0"
 pytest-runner = "^6.0"
-pytest-selenium = "^2.0.1"
 time-machine = "^2.9.0"
 types-pytz = "^2022.1"
 types-requests = "^2.27"

Some files were not shown because too many files changed in this diff