-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Pigar generating requirements.txt with old version #80
Comments
You could run |
Ok, yes Would it be possible to document the current behavior and add a command to automatically update packages to their latest version? Preferably this command/flag would also be available during generation of a requirements file. |
Documentation is certainly needed. I think the default behavior is acceptable and intuitive since the latest versions may cause problems. For now, you can delete the requirements.txt,
I agree, the additional flag is better. |
I just noticed that my
pigar
installation does not seem to select the latest version of some packages. For example:html5lib == 1.0.1
(latest is1.1
, released 2020-06-23)nltk == 3.4.5
(latest is3.5
, released 2020-04-13)responses == 0.10.16
(latest is0.11.0
, released 2020-08-24)Is this expected in some way? I notice
pigar --update
is supposed to "update database" and that all these packages were released after pigar0.10.0
was (2020-03-14) . Does pigar not check against pypi for the latest version of packages on-demand?OS: Ubuntu 20.04
Python version: 3.8.2
pigar version: 0.10.0
The text was updated successfully, but these errors were encountered: