- 06 Jan, 2018 1 commit
-
-
David Haynes authored
- Closes #152
-
- 04 Feb, 2017 1 commit
-
-
Leo Grandinetti authored
- added requirements directory with base, ci, prod, and dev txt file - requirements.txt in base directory redirects to requirements/base.txt - ci, prod, and dev all redirect to base.txt and installs their own specific packages at dhayne's discretion - when installing packages through pip3, command is pip3 install -r requirements/{preferred_requirement_file}.txt - possibly need to rewrite parts of installation wiki to accomodate, or not idk - Closes #131
-