Use pipenv (Pipfile) to maintain development environment

This commit is contained in:
medmunds
2018-08-19 12:29:00 -07:00
parent e44978daf7
commit be7cc10a35
2 changed files with 30 additions and 0 deletions

4
.gitignore vendored
View File

@@ -9,3 +9,7 @@ build/
dist/
docs/_build/
local.py
# Because pipenv is only used to manage a local development
# environment, it's not helpful to track its lock file
Pipfile.lock