-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Pipfile.get_deps and Pipfile.get throw Attribute Error #189
Labels
Comments
techalchemy
added a commit
that referenced
this issue
Nov 23, 2019
- Point at new version of `pip-shims` - Cut functionality over to rely on shimmed functions where possible - This includes in particular the resolver and finder access - Update compatibility of VCS access - Fixes #191 - Fix now-broken usage of `Link` objects (fixes #190) - Fix test failures due to changes in the `pyparsing` api (fixes #181) - Fix `Pipfile` loader by removing now-unneeded validation and relying on `plette` (fixes #182, fixes #189) - Remove `plette` monkeypatches - Fix failed attempts to call `.lower()` on the `validate_ssl` field in the `[[source]]` section of a `Pipfile` by casting it as a string (fixes #183) - Fix failed calls to `Lockfile.as_requirements()` caused by attempting to set a property on an `InstallRequirement` that is no longer valid (fixes #188) - Added support for hiding tokens even without separate user/password strings when they appear in a URL provided for a package (fixes #192) Signed-off-by: Dan Ryan <dan@danryan.co>
techalchemy
added a commit
that referenced
this issue
Nov 23, 2019
- Point at new version of `pip-shims` - Cut functionality over to rely on shimmed functions where possible - This includes in particular the resolver and finder access - Update compatibility of VCS access - Fixes #191 - Fix now-broken usage of `Link` objects (fixes #190) - Fix test failures due to changes in the `pyparsing` api (fixes #181) - Fix `Pipfile` loader by removing now-unneeded validation and relying on `plette` (fixes #182, fixes #189) - Remove `plette` monkeypatches - Fix failed attempts to call `.lower()` on the `validate_ssl` field in the `[[source]]` section of a `Pipfile` by casting it as a string (fixes #183) - Fix failed calls to `Lockfile.as_requirements()` caused by attempting to set a property on an `InstallRequirement` that is no longer valid (fixes #188) - Added support for hiding tokens even without separate user/password strings when they appear in a URL provided for a package (fixes #192) Signed-off-by: Dan Ryan <dan@danryan.co>
techalchemy
added a commit
that referenced
this issue
Mar 31, 2020
- Point at new version of `pip-shims` - Cut functionality over to rely on shimmed functions where possible - This includes in particular the resolver and finder access - Update compatibility of VCS access - Fixes #191 - Fix now-broken usage of `Link` objects (fixes #190) - Fix test failures due to changes in the `pyparsing` api (fixes #181) - Fix `Pipfile` loader by removing now-unneeded validation and relying on `plette` (fixes #182, fixes #189) - Remove `plette` monkeypatches - Fix failed attempts to call `.lower()` on the `validate_ssl` field in the `[[source]]` section of a `Pipfile` by casting it as a string (fixes #183) - Fix failed calls to `Lockfile.as_requirements()` caused by attempting to set a property on an `InstallRequirement` that is no longer valid (fixes #188) - Added support for hiding tokens even without separate user/password strings when they appear in a URL provided for a package (fixes #192) Signed-off-by: Dan Ryan <dan@danryan.co>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this happens because
pipfile
attribute is not initialized uponload
The text was updated successfully, but these errors were encountered: