7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 04:40:49 +00:00
tutor/requirements
Régis Behmo ad858cd699 Fix urllib3 dependency error on installation of tutor
requests depends on urllib3<1.26.0, while urllib3==1.26.0 was just
released. We need to introduce a constraint on urllib3 to avoid the
following error when running `pip install -e`:

    pkg_resources.ContextualVersionConflict: (urllib3 1.26.0
    (./venv/lib/python3.7/site-packages),
    Requirement.parse('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'),
    {'requests'})

 We will be able to remove this constraint once requests becomes
 compatible with urllib3==1.26.0. To test this change just run `pip
 install -e tutor` and then run a dummy command, such as `tutor local
 stop`.
2020-11-11 10:36:42 +01:00
..
base.in Fix urllib3 dependency error on installation of tutor 2020-11-11 10:36:42 +01:00
base.txt Fix urllib3 dependency error on installation of tutor 2020-11-11 10:36:42 +01:00
dev.in Make sure twine & pip are up-to-date in CI 2019-10-09 13:22:00 +02:00
dev.txt Fix urllib3 dependency error on installation of tutor 2020-11-11 10:36:42 +01:00
docs.in Simplify docs requirement management 2019-04-20 00:47:20 +02:00
docs.txt Fix urllib3 dependency error on installation of tutor 2020-11-11 10:36:42 +01:00
plugins.txt v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00