IBM / clai

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.
https://clai-home.mybluemix.net/
MIT License
475 stars 73 forks source link

migrate to Pipfile/.locl #93

Open goern opened 3 years ago

goern commented 3 years ago

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

  1. requirements.txt is removed in favour of Pipfile

@fridex