Closed zhangcshcn closed 6 years ago
As a Developer I need a requirements.txt So that members of the team can easily get the python packages ready.
requirements.txt
Assumptions:
Vagrantfile
pip install -r requirements.txt
Acceptance Criteria: We should be able to start the environment with the required resources.
As a Developer I need a
requirements.txt
So that members of the team can easily get the python packages ready.Assumptions:
Vagrantfile
will executepip install -r requirements.txt
in the configuration.Acceptance Criteria: We should be able to start the environment with the required resources.