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

Add base requirements #238

Merged
merged 2 commits into from
Mar 23, 2024
Merged

Commits on Mar 22, 2024

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

Commits on Mar 23, 2024

  1. fix: Added pinned pip package

    - Added base requirements.in with pip
    - Created base requirements.txt with pip pinned by hash
    - Recreated requirements.txt with --allow-unsafe to get correct setuptools
    - Updated feluda core dockerfile to install pip using base requirements
    - Updated ci test dockerfile to install pip using base requirements
    - Updated all benchmark dockerfiles to install pip using base requirements
    - Updated all worker dockerfiles to install pip using base requirements
    - Updated readme pip install and pip-compile commands
    duggalsu committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    810a45e View commit details
    Browse the repository at this point in the history