Requirements rearrangement:
1. create requirements folder for containing requirements files
2. move requirements.txt to base.txt in requirements folder, requirements-docs.txt to doc.txt in requirements folder, 3. 3. requirements-tests.txt to dev.txt in requirements folder
4. add dependency file base.txt in doc.txt and dev.txt
5. adapt changes to corresponding files, such as Makefile, README.rst, pipeline files, setup.py etc
6. remove redundant dependencies in dev.txt and pyproject.toml
7. Update Makefile to have 'python -m' as prefix for all pip commands to keep it consistent
8. update test_bake_project.py with make commands for executing tests for linting and pytest
Bug fix
1. fix Wrong README file type in package setup.py
2. fix muted failed version import in setup.py
3. fix broken setup.py because of requirements rearrangement