Closed bhaveshAn closed 6 years ago
Current Behavior: Currently, install_requires is used to install dependencies.
install_requires
install_requires=[ "requests==2.16.0", "xmljson==0.1.9" ],
Expected Behaivour:
Use requirements file to install dependencies directly, Without specifying the future dependencies in setup.py In future, if some deps comes then it will be parsed using requirements file and do not require to add again in install_requires
requirements
setup.py
Yes, wanna work on this issue
Current Behavior: Currently,
install_requires
is used to install dependencies.Expected Behaivour:
Use
requirements
file to install dependencies directly, Without specifying the future dependencies insetup.py
In future, if some deps comes then it will be parsed usingrequirements
file and do not require to add again ininstall_requires
Yes, wanna work on this issue