-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Investigate lower dependencies #187
Milestone
Comments
GitPython |
This may involve moving some pyexcel CI into pypi-mobans. |
will progress after this PR is merged: moremoban/pypi-mobans#74 |
chfw
added a commit
that referenced
this issue
Feb 24, 2019
Merged
chfw
added a commit
that referenced
this issue
Feb 24, 2019
* ✨ port minimum requirement test via pypi-mobans from pyexcel. #187 * 🐛 fix travis ci file * 🐛 update unit tests * :wheel_chair: lower the dependencies
chfw
added a commit
that referenced
this issue
Feb 28, 2019
* Lower dependencies (#232) * ✨ port minimum requirement test via pypi-mobans from pyexcel. #187 * 🐛 fix travis ci file * 🐛 update unit tests * :wheel_chair: lower the dependencies * 💄 pump up the version number * Minor code refactoring (#236) * 🔨 code refactoring * 💄 reformat code * 📚 fix doc build * 🐛 fix docs build * Initial prototype for 202 template types (#239) * 🔨 code refactoring * 💄 reformat code * 🔥 remove MobanEngine's reference to the engine class * 🔨 refactoring the code and un-bury engine instance * ✨ initial prototype, not tested. #235 * 📚 fix doc build * 🐛 fix docs build * 🔨 refactoring. user define template takes precedence * 🔬 test user define engine * ✨ associate user defined file extensions with user defined template engine name, i.e. custom_jinja for jinja2, custom_handlebars for handlebars, #235 * ✨ take template types from moban file. related to #233 * 🔨 address the feedback * 🐛 fix typos and add line feed * 💄 beautify the code * 📚 provide documentation on template_types under configuration. fix #237 (#240) * 📚 update change log.#232, #235 * 💄 address review feedback
ayan-b
pushed a commit
to ayan-b/moban
that referenced
this issue
Apr 21, 2019
* ✨ port minimum requirement test via pypi-mobans from pyexcel. moremoban#187 * 🐛 fix travis ci file * 🐛 update unit tests * :wheel_chair: lower the dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should have an explicitly stated reason for each dependency minimum version, so users/packagers know that it is not arbitrary.
And have a CI job which uses the minimum version, to avoid any bugs with specific minimum versions.
And ideally also have a job which uses random versions between minimum and most recent, to flush out any bugs with specific versions.
@pyexcel had a job with minimum version, and maybe had random versions also.
The text was updated successfully, but these errors were encountered: