-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
A dependency manager is needed to manage application dependencies. Since this repository is basically a Python project I would suggest using pipenv. This would also help manage the virtual environment alongside. So here is an abstract of what needs to be done.
- Learn how
pipenvmanages production and development dependencies - Add stable release of Django as normal (for production) dependency
- Add stable release of
pytestandpylintas dev (for development) dependencies - Lock dependencies
- Commit both the
PipfileandPipfile.lock - Raise a Pull Request
- Document everything in
README.md
Reactions are currently unavailable