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

Let Flask-Session be installed with optional dependencies. #228

Merged
merged 3 commits into from
Mar 24, 2024

Commits on Mar 21, 2024

  1. Let Flask-Session be installed with optional dependencies.

    The possible optional groups are cachelib, filesystem,  mongodb, redis, sqlalchemy and dev.
    `Flask-Session[dev]` installs all optional-dependencies.
    eiriklid-sk committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    43bf8f5 View commit details
    Browse the repository at this point in the history
  2. Update installation.rst.

    Add memcached as optional-dependency.
    
    Found a typo in CONTRIBUTING.rst
    eiriklid-sk committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0c62d40 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    b7a219b View commit details
    Browse the repository at this point in the history