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

Separate requirements for prod and dev #8

Open
djmgit opened this issue Dec 6, 2019 · 0 comments
Open

Separate requirements for prod and dev #8

djmgit opened this issue Dec 6, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@djmgit
Copy link
Collaborator

djmgit commented Dec 6, 2019

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.

@djmgit djmgit added the good first issue Good for newcomers label Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant