Logging Tip For Capturing Package Versions #40
possnfiffer
started this conversation in
Show and tell
Replies: 1 comment
-
turns out this isn't reliable for some reason, it stopped working the other day and I didn't change anything so I'll have to take it out for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used
subprocess
to runpip list --format json
for me and turned the result it sent to stdout into json. Works like a charm now I don't have to remember to re runpip list
and edit my app startup file.Beta Was this translation helpful? Give feedback.
All reactions