7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-11 02:02:21 +00:00
tutor/requirements
Régis Behmo 1a5e2e005b fix: requirements of pallets project
All pallets project requirement had a major upgrade today:
https://palletsprojects.com/blog/flask-2-0-released/

We are not yet compatible with click 8.0 and others. In particular,
click-repl imports modules which are no longer available. Until we can
upgrade, we add constraints to the requirements files.

The following error was being raised:

    $ tutor plugins list
    Traceback (most recent call last):
      File "/home/data/regis/tmp/testtutor/bin/tutor", line 5, in <module>
	from tutor.commands.cli import main
      File "/home/data/regis/tmp/testtutor/lib/python3.6/site-packages/tutor/commands/cli.py", line 6, in <module>
	import click_repl
      File "/home/data/regis/tmp/testtutor/lib/python3.6/site-packages/click_repl/__init__.py", line 6, in <module>
	import click._bashcomplete
    ModuleNotFoundError: No module named 'click._bashcomplete'

Close #430.
2021-05-12 10:12:31 +02:00
..
base.in fix: requirements of pallets project 2021-05-12 10:12:31 +02:00
base.txt fix: requirements of pallets project 2021-05-12 10:12:31 +02:00
dev.in Make sure twine & pip are up-to-date in CI 2019-10-09 13:22:00 +02:00
dev.txt fix: requirements of pallets project 2021-05-12 10:12:31 +02:00
docs.in Simplify docs requirement management 2019-04-20 00:47:20 +02:00
docs.txt fix: requirements of pallets project 2021-05-12 10:12:31 +02:00
plugins.txt v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00