This website requires JavaScript.
Explore
Help
Register
Sign In
christianlight
/
tutor
Watch
6
Star
0
Fork
0
You've already forked tutor
mirror of
https://github.com/ChristianLight/tutor.git
synced
2024-11-06 05:17:54 +00:00
Code
Issues
Releases
Activity
4a65f24ae7
tutor
/
requirements
/
dev.in
6 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tutor v3 complete rewrite Replace all make commands by a single "tutor" binary. Environment and data are all moved to ~/.tutor/local/share/tutor. We take the opportunity to add a web UI and revamp the documentation. This is a complete rewrite. Close #121. Close #147.
2019-01-22 20:25:04 +00:00
-r base.txt
Introduce automatic code formatting/linting Code formatting makes sure that the python code looks decent, but it does not check for coding errors. https://black.readthedocs.io/en/stable/ Code linting runs static error detection on the python code, but does not bother about formatting: https://pylint.readthedocs.io/en/latest/
2019-05-05 09:40:49 +00:00
black
Tutor v3 complete rewrite Replace all make commands by a single "tutor" binary. Environment and data are all moved to ~/.tutor/local/share/tutor. We take the opportunity to add a web UI and revamp the documentation. This is a complete rewrite. Close #121. Close #147.
2019-01-22 20:25:04 +00:00
pip-tools
Introduce automatic code formatting/linting Code formatting makes sure that the python code looks decent, but it does not check for coding errors. https://black.readthedocs.io/en/stable/ Code linting runs static error detection on the python code, but does not bother about formatting: https://pylint.readthedocs.io/en/latest/
2019-05-05 09:40:49 +00:00
pylint
Tutor v3 complete rewrite Replace all make commands by a single "tutor" binary. Environment and data are all moved to ~/.tutor/local/share/tutor. We take the opportunity to add a web UI and revamp the documentation. This is a complete rewrite. Close #121. Close #147.
2019-01-22 20:25:04 +00:00
pyinstaller
Make sure twine & pip are up-to-date in CI We were affected by the following bug when installing pyinstaller in CI: https://github.com/pyinstaller/pyinstaller/issues/4006 https://github.com/pypa/pip/issues/6163 As a consequence, pip is upgraded in CI. Also, twine is now part of dev requirements.
2019-10-09 10:59:23 +00:00
twine
Copy Permalink