-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: get all required dependencies in setup.py from issue #105 #112
Conversation
0f784d0
to
36e7fa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
I didn't see pip freeze
used in this context, did you have any specific reason to use it?
Nice first approach, please see the review comments in each file and try to address them
Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
…dules Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
…dules; commit signed Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
fix: fixed the error when replacing the links with the module name The overall errors fixed was to prevent the setup.py build from failing Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
89060b8
to
27de097
Compare
Sorry, I had to rebase my branch. |
PyQR: colores de relleno y fondo configurables
Summary
This pull request solves this Issue. The setup.py file has some other dependencies which setup.py has to be aware of so as to build the project. This PR solves that issue
Checklist
Manual test evidence
(attach command-line examples, execution output & logs, etc.)
![image](https://user-images.githubusercontent.com/64011386/231130123-ae8fd88c-5fda-49dc-9e3d-505b70dafa20.png)