Skip to content

Instantly share code, notes, and snippets.

@DavidPiper94
Created August 5, 2019 05:15
Show Gist options
  • Save DavidPiper94/5da9e332eab6c5416095ec12eaf3ab95 to your computer and use it in GitHub Desktop.
Save DavidPiper94/5da9e332eab6c5416095ec12eaf3ab95 to your computer and use it in GitHub Desktop.
Example code for article about pipenv
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
numpy = "*"
[requires]
python_version = "3.7"
@DavidPiper94
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment