Pipfile 326 B

1234567891011121314151617181920212223
  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. tox = "*"
  10. tox-venv = "*"
  11. [packages]
  12. appdirs = "*"
  13. beautifulsoup4 = "*"
  14. cfscrape = "*"
  15. requests = "*"
  16. webbot = "*"
  17. python-dateutil = "*"
  18. pathlib2 = "*"
  19. [requires]
  20. python_version = "3"