adds two scoops style requirements.txt
- 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 (closed)