neuralbertatech / neuralbertatech/natKit

Create "dev dependencies"

Open
#10 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue Maintenance
Dominant language
Svelte
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The project currently bundles all of it's dependencies into a single requirements.txt file but there are certain dependencies that are only needed for development (such as coverage, flake8, pycodestyle, and pyflakes) and are not needed for users of the project.
Create a way for users to be able to install one set of dependencies and developers have another.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with requirements.txt and identify which entries are runtime dependencies versus development-only tools such as coverage, flake8, pycodestyle, and pyflakes. Done means users can install only the runtime dependencies while developers can install the complete development set.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.