mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-26 14:26:56 -05:00
Drop pipenv
To install the development environment (inside your preferred venv), now just use `pip install -e '.[dev,test]'`.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -10,6 +10,9 @@ 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
|
||||
# Because pipenv was only used to manage a local development
|
||||
# environment, it was not helpful to track its lock file
|
||||
Pipfile.lock
|
||||
|
||||
# Use pyenv-virtualenv to manage a venv for local development
|
||||
.python-version
|
||||
|
||||
Reference in New Issue
Block a user