Skip to content

build(backend): separate dev dependencies from main - #3

Merged
aadil96 merged 1 commit into
mainfrom
build/separate-dev-dependencies
Nov 19, 2025
Merged

build(backend): separate dev dependencies from main#3
aadil96 merged 1 commit into
mainfrom
build/separate-dev-dependencies

Conversation

@aadil96

@aadil96 aadil96 commented Nov 19, 2025

Copy link
Copy Markdown
Owner

No description provided.

@what-the-diff

what-the-diff Bot commented Nov 19, 2025

Copy link
Copy Markdown

PR Summary

  • Dockerfile update for efficient syncing
    The Dockerfile, a vital script used for creating our product's environment, has been updated. An included change is the addition of the --no-dev flag in some commands. This adjustment prevents non-essential, development-related elements from being installed, resulting in a more streamlined environment for our product.

  • Simplification of pyproject.toml
    We've decluttered the pyproject.toml file by removing a few details that were related to testing and development (like httpx, pytest, etc.) from the main dependencies. This change makes it more straightforward and makes our codebase easier to manage.

  • Improved dependency management in pyproject.toml
    To make the handling of our product's dependencies more efficient, we've added a new dependency-groups section. This modification allows us to manage development-specific dependencies in a separate group termed dev, thereby keeping our main dependencies clean and uncomplicated.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
. 99% 0
Summary 99% (136 / 138) 0

@aadil96
aadil96 merged commit ef71f6e into main Nov 19, 2025
2 checks passed
@aadil96
aadil96 deleted the build/separate-dev-dependencies branch November 19, 2025 16:41
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.

1 participant