Describe the bug
When you enter the pip install git+https://github.com/manchenkoff/openapi3-parser.git command, it does not allow you to install the library and the following error is displayed: ModuleNotFoundError: No module named 'prance'
To Reproduce
Open the console
Enter pip install git+https://github.com/manchenkoff/openapi3-parser.git
Expected behavior
When entering the command pip install git+https://github.com/manchenkoff/openapi3-parser.git the correct installation of the library was expected
System details
OS: macOS 13.0
OpenAPI version: 3.0.2
Python version: 3.10.8
Proposed solution
Move all constants (__version__, __name__, __author__, etc.) and remove openapi_parser import to setup.py
Describe the bug When you enter the
pip install git+https://github.com/manchenkoff/openapi3-parser.git
command, it does not allow you to install the library and the following error is displayed:ModuleNotFoundError: No module named 'prance'
To Reproduce
pip install git+https://github.com/manchenkoff/openapi3-parser.git
Expected behavior When entering the command
pip install git+https://github.com/manchenkoff/openapi3-parser.git
the correct installation of the library was expectedSystem details
Proposed solution Move all constants (__version__, __name__, __author__, etc.) and remove openapi_parser import to setup.py