Description:
The project has two requirements.txt files: one in the root directory and another in the backend directory. This makes it difficult to manage dependencies and set up the development environment.
Tasks:
Merge the dependencies from both files into a single requirements.txt file in the backend directory.
Remove the requirements.txt file from the root directory.
Update the documentation to reflect this change.
Labels: backend, build, documentation
Description:
The project has two requirements.txt files: one in the root directory and another in the backend directory. This makes it difficult to manage dependencies and set up the development environment.
Tasks:
Merge the dependencies from both files into a single requirements.txt file in the backend directory.
Remove the requirements.txt file from the root directory.
Update the documentation to reflect this change.
Labels: backend, build, documentation