gauge-python icon indicating copy to clipboard operation
gauge-python copied to clipboard

Gauge python package should have version lock in the requirements.txt file

Open navaneeth opened this issue 7 years ago • 1 comments

Description

Currently when a new python project is initialized, requirements.txt file points to the latest version of gauge python lib. This should be version locked.

Steps to reproduce

  1. gauge init python
  2. cat requirements.txt

navaneeth avatar Dec 04 '18 03:12 navaneeth

I assume that usage of pipfile solves this as it gives us with the support to lock down on requirements very similar to how we deal it on npm

surevs avatar Jan 12 '19 11:01 surevs