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

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

Open
navaneeth opened this issue Dec 4, 2018 · 1 comment

Comments

@navaneeth
Copy link

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
@surevs
Copy link
Contributor

surevs commented Jan 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants