Pipfile 386 B

1234567891011121314151617181920212223242526
  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. build = "*"
  11. twine = "*"
  12. [packages]
  13. appdirs = "*"
  14. beautifulsoup4 = "*"
  15. cfscrape = "*"
  16. python-dateutil = "*"
  17. pathlib2 = "*"
  18. requests = "*"
  19. selenium-stealth = "*"
  20. webbot = "*"
  21. python-anticaptcha = "*"
  22. [requires]
  23. python_version = "3"