Fixes the dependency resolution issue during poetry install
The current project's Python requirement (>=3.7) is not compatible with some of the required packages Python requirement:
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >=3.6,<4.0, so it will not be satisfied for Python >=4.0
- portray requires Python >3.7, so it will not be satisfied for Python 3.7
Fixes the dependency resolution issue during poetry install