Skip to content
Snippets Groups Projects
  • Vincent Schippefilt's avatar
    3ede4c72
    [FIX] requirements: update for windows compatibility · 3ede4c72
    Vincent Schippefilt authored
    problem: installing from the source on windows includes manual modification of the requiremnets, as well as
    not supported package versions
    
    solution:
    - increased the version of lxml, werkzeug and pillow to the latest supported version in debian, it
    will fix already a number of issues on windows
    - automatically include or exclude dependencies from requirement.txt using requirement specifiers
    
    Note that for lxml on windows, we will always install the latest version because the version 3.7.1 does not exist on
    windows in WHL.
    3ede4c72
    History
    [FIX] requirements: update for windows compatibility
    Vincent Schippefilt authored
    problem: installing from the source on windows includes manual modification of the requiremnets, as well as
    not supported package versions
    
    solution:
    - increased the version of lxml, werkzeug and pillow to the latest supported version in debian, it
    will fix already a number of issues on windows
    - automatically include or exclude dependencies from requirement.txt using requirement specifiers
    
    Note that for lxml on windows, we will always install the latest version because the version 3.7.1 does not exist on
    windows in WHL.
This project manages its dependencies using pip. Learn more
requirements.txt 774 B