Skip to content

Instantly share code, notes, and snippets.

@hodehoujolive
Created May 31, 2022 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hodehoujolive/5b21584e542e46a21680e20d319cd778 to your computer and use it in GitHub Desktop.
Save hodehoujolive/5b21584e542e46a21680e20d319cd778 to your computer and use it in GitHub Desktop.
The Pipfile file is intended to specify packages requirements for your Python application or library, both to development and execution.
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pytest = "*"
selenium = "*"
webdriver-manager = "*"
[requires]
python_version = "3.8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment