Learn Before
Code

Example Pipfile

Pipfiles use the TOML configuration specification. Here is an example pulled from their documentation:

[[source]] url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" [packages] requests = "*" [dev-packages] pytest = "*"

0

1

Updated 2021-05-25

Tags

Python Programming Language

Data Science