Pipfile 362 B

123456789101112131415161718192021222324
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. python-dotenv = "*"
  7. pytest = "*"
  8. pytest-vcr = "*"
  9. pylint = "*"
  10. [packages]
  11. appdirs = "*"
  12. beautifulsoup4 = "*"
  13. cfscrape = "*"
  14. python-dateutil = "*"
  15. pathlib2 = "*"
  16. requests = "*"
  17. selenium-stealth = "*"
  18. webbot = "*"
  19. python-anticaptcha = "*"
  20. [requires]
  21. python_version = "3"