Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
Feature description
pinning python modules to a specific version in a requirements.txt seems to be a not-good practice. Migrating dependency management to a Pipfile (and a Pipfile.lock) would help in keeping the application stack more concise.
Feature description pinning python modules to a specific version in a requirements.txt seems to be a not-good practice. Migrating dependency management to a Pipfile (and a Pipfile.lock) would help in keeping the application stack more concise.
Acceptance criteria
@fridex