pyproject.toml 206 B

1234567891011
  1. [tool.poetry]
  2. name = "nitter-tests"
  3. version = "0.0.0"
  4. package-mode = false
  5. [tool.poetry.dependencies]
  6. python = "^3.14"
  7. seleniumbase = "4.46.5"
  8. [tool.pytest.ini_options]
  9. addopts = "--timeout_multiplier=3"