Pro_Act provides you with an efficient way of managing your tasks. It works on the principals of divide and conquer, allows the user to enter tasks and then divide them into further sub-tasks and handle them efficiently! Best when working with team to be updated about the tasks that are completed and those that are yet to be done.
Hello @Aryamanz29, Thank you for opening an issue. :partying_face: To get assigned to this particular issue please wait for maintainers Check this guide before contributing.
Describe the bug:
Pandas
library dependency is not present in requirements.txtTo Reproduce:
Steps to reproduce the behavior:
virtual env
and Activate itpip install -r requirements.txt
py manage.py runserver
orpython3 manage.py runserver
(on Linux)Expected behavior:
requirements.txt
should containpandas
library dependency.