gauge-python
gauge-python copied to clipboard
Gauge python package should have version lock in the requirements.txt file
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
- gauge init python
- cat requirements.txt
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