Skip to content

Instantly share code, notes, and snippets.

@codeadict
Last active January 7, 2018 21:58
Show Gist options
  • Select an option

  • Save codeadict/bedafa8a8989372436196150f5d8bbad to your computer and use it in GitHub Desktop.

Select an option

Save codeadict/bedafa8a8989372436196150f5d8bbad to your computer and use it in GitHub Desktop.
Example Python's Pipfile
[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
[requires]
python_version = '3.6'
[packages]
flask = "*"
boto3 = ">=1.4"
[dev-packages]
awscli = "*"
pycodestyle = "*"
pytest = '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment