Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure Enhancement #2

Merged
merged 4 commits into from Sep 6, 2021
Merged

Structure Enhancement #2

merged 4 commits into from Sep 6, 2021

Conversation

zhiwei2017
Copy link
Owner

@zhiwei2017 zhiwei2017 commented Sep 5, 2021

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, requirements-tests.txt to dev.txt in requirements folder
  3. add dependency file base.txt in doc.txt and dev.txt
  4. adapt changes to corresponding files, such as Makefile, README.rst, pipeline files, setup.py etc
  5. remove redundant dependencies in dev.txt and pyproject.toml

Bug fix

  1. fixed Wrong README file type in package setup.py
  2. fixed muted failed version import in setup.py

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, requirements-tests.txt to dev.txt in requirements folder
3. add dependency file base.txt in doc.txt and dev.txt
4. adapt changes to corresponding files, such as Makefile, README.rst, pipeline files, setup.py etc
5. remove redundant dependencies in dev.txt and pyproject.toml
@zhiwei2017 zhiwei2017 added bug Something isn't working enhancement New feature or request labels Sep 6, 2021
@zhiwei2017 zhiwei2017 self-assigned this Sep 6, 2021
… keep it consistent; update test_bake_project.py with make commands for executing tests for linting and pytest
@zhiwei2017 zhiwei2017 merged commit 4377cde into develop Sep 6, 2021
@zhiwei2017 zhiwei2017 deleted the requirements_rearrangement branch September 6, 2021 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant