-
Notifications
You must be signed in to change notification settings - Fork 9
Adding version information to requirements.txt #1
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
Comments
Thanks for the tip. I hope you have seen that I have updated the library since our presentation and there are cool features now, like "extractAnalyticsConfig" |
I am starting to write the wrapper for the Analytics API 2.0 now. |
Um, I fear I won't. I can explain it in more detail via mail if you are interested. (Orcheck my profile next month...) |
I've created a PR #10 for adding a poetry |
More powerful also implies a steeper learning curve. |
TLDR; |
I did add the version requirements for the publishing to pypi. |
Hi Julien,
since you are writing a library, you should add version hints on your requirements.txt. You can use
pip freeze
for that.This way, you can utilise tools to check for breaking changes caused by your dependencies.
Plus, it makes debugging easier, since you can more or less be sure to run the same version than the person opening an issue.
The text was updated successfully, but these errors were encountered: