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

Feat/pip tools #235

Merged
merged 5 commits into from
Jul 6, 2020
Merged

Feat/pip tools #235

merged 5 commits into from
Jul 6, 2020

Commits on Jul 2, 2020

  1. feat: create requirements via pip-tools

    to easily keep track of the original requirements. Also build requirements.txt from requirements.in and adapt README accordingly.
    BenjaSanchez committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    1ba4356 View commit details
    Browse the repository at this point in the history
  2. feat: dev-requirements

    same as user requirements but also with pip-tools
    BenjaSanchez committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    88e1668 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. feat: switch to touch for creating .env

    simplified setup
    BenjaSanchez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    02032da View commit details
    Browse the repository at this point in the history
  2. refactor: simplify dev-requirements.in

    * don't re-list stuff
    * enforce same dependencies
    BenjaSanchez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3bf7462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd8771 View commit details
    Browse the repository at this point in the history