Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Introduce requirements file for dev dependencies #16

Merged
merged 1 commit into from
Sep 7, 2018

Conversation

trein
Copy link
Contributor

@trein trein commented Sep 5, 2018

Contributors can now rely on requirements file in order to setup Pinject's dependencies. For instance, a possible workflow for setting up the project and running unit tests:

$ virtualenv env; source env/bin/activate
$ pip install -r requirements_dev.txt
$ nosetests

Contributors can now rely on requirements file in order
to setup Pinject's dependencies. For instance, a possible
workflow for setting up the project and running unit tests:

    $ virtualenv env; source env/bin/activate
    $ pip install -r requirements_dev.txt
    $ nosetests
Copy link
Contributor

@huan huan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@trein trein merged commit 45d8d27 into google:master Sep 7, 2018
@trein trein deleted the feature_requirements branch September 7, 2018 11:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants