Skip to content
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

Remove pin on Sphinx. Update all dependencies #7365

Merged
merged 3 commits into from Feb 20, 2019

Commits on Feb 18, 2019

  1. Use mysqlclient instead of mysql-python as conditional dependency

    MySQL-python is legacy and unmaintained.
    
    xref. galaxyproject/starforge-recipes#22
    nsoranzo committed Feb 18, 2019
    Copy the full SHA
    a221424 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c6f1183 View commit details
    Browse the repository at this point in the history
  3. Remove pin on Sphinx. Update all dependencies

    with `make update-dependencies` using pipenv 2018.11.26 .
    
    Important updates:
    - Cheetah3 3.2.0 has now x86_64 wheels on PyPI
    - `sphinx-rtd-theme` 0.4.3 has integrated Google Analytics support that we
      can use for the docs website
    - Fix environment markers for `configparser`, `functools32` and
      `more-itertools`
    nsoranzo committed Feb 18, 2019
    Copy the full SHA
    b84c61a View commit details
    Browse the repository at this point in the history