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

PIP dependencies refactor #768

Merged
merged 19 commits into from
Sep 16, 2021
Merged

PIP dependencies refactor #768

merged 19 commits into from
Sep 16, 2021

Conversation

TAnas0
Copy link
Collaborator

@TAnas0 TAnas0 commented Sep 2, 2021

What is the Purpose?

Cleanup of dependencies and reorganising them using pip-tools

What was the approach?

Used pip-tools to manage dependencies.
Updated old pipenv usage from Github Actions and documentations.
Added documentation about how/why dependencies are managed with pip-tools

Are there any concerns to addressed further before or after merging this PR?

None

Mentions?

@michaelbukachi @Kimaiyo077

Issue(s) affected?

Closes #767

@TAnas0 TAnas0 added the WIP For PRs that are opened but still in progress label Sep 2, 2021
@codecov
Copy link

codecov bot commented Sep 2, 2021

Codecov Report

Merging #768 (9375267) into develop (831e5c0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #768   +/-   ##
========================================
  Coverage    57.55%   57.55%           
========================================
  Files          140      140           
  Lines         9210     9210           
========================================
  Hits          5301     5301           
  Misses        3909     3909           

michaelbukachi
michaelbukachi previously approved these changes Sep 2, 2021
michaelbukachi
michaelbukachi previously approved these changes Sep 2, 2021
@TAnas0 TAnas0 removed the WIP For PRs that are opened but still in progress label Sep 6, 2021
@TAnas0 TAnas0 merged commit 0adffcc into develop Sep 16, 2021
@TAnas0 TAnas0 deleted the 767-pip-tools-dependencies branch September 16, 2021 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use pip-tools to manage PIP dependencies
2 participants