yahooquery-noversioning.patch 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. diff --git a/pyproject.toml b/pyproject.toml
  2. index 9d3fb29..399c215 100644
  3. --- a/pyproject.toml
  4. +++ b/pyproject.toml
  5. @@ -10,24 +10,24 @@ readme = "README.md"
  6. [tool.poetry.dependencies]
  7. python = ">=3.8.1,<4.0"
  8. -requests = "^2.31.0"
  9. -pandas = "^2.0.3"
  10. -requests-futures = "^1.0.1"
  11. -tqdm = "^4.65.0"
  12. -lxml = "^4.9.3"
  13. -selenium = {version = "^4.10.0", optional = true}
  14. -beautifulsoup4 = "^4.12.2"
  15. +requests = ">=2.31.0"
  16. +pandas = ">=2.0.3"
  17. +requests-futures = ">=1.0.1"
  18. +tqdm = ">=4.65.0"
  19. +lxml = ">=4.9.3"
  20. +selenium = {version = ">=4.10.0", optional = true}
  21. +beautifulsoup4 = ">=4.12.2"
  22. [tool.poetry.dev-dependencies]
  23. -pytest = "^7.4.0"
  24. -isort = "^5.0.0"
  25. -flake8 = "^6.0.0"
  26. -mypy = "^1.4.1"
  27. -pytest-cov = "^4.1.0"
  28. -black = "^23.7.0"
  29. -pre-commit = "^3.3.3"
  30. -ipython = "^8.0.0"
  31. -mkdocs-material = "^9.1.18"
  32. +pytest = ">=7.4.0"
  33. +isort = ">=5.0.0"
  34. +flake8 = ">=6.0.0"
  35. +mypy = ">=1.4.1"
  36. +pytest-cov = ">=4.1.0"
  37. +black = ">=23.7.0"
  38. +pre-commit = ">=3.3.3"
  39. +ipython = ">=8.0.0"
  40. +mkdocs-material = ">=9.1.18"
  41. [build-system]
  42. requires = ["poetry-core>=1.0.0"]