Skip to content

Separate requirements for prod and dev #8

Open
@djmgit

Description

@djmgit

Presently there is a single requirements.txt containing all the dependencies.
In order to run Saberx, flake8, pytest and pytest-cove are not required.
They can be moved to a separate file.

For example, we can have a new file called requirements-dev.txt which will have the
following contents:

-r requirements.txt
flake8
pytest
pytest-cov

After that we can remove those libraries from the original requirements.txt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions