-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Various dependencies & setup fixes #78
Conversation
filipporomani
commented
Apr 7, 2023
- Removed unused dependencies: Flask was inserted into setup.py, even if it's not used by heyoo. Flask is used by Docker, but should not be inserted in the setup.py file.
- Added missing dependencies: colorama and typing. They were not in the setup.py file, and this could result in errors while running.
- Fixed description: now the setup.py file uses the README file as long description. This makes everything easier, as the description is updated on a new release.
- Grammar fix in setup.py.
- Removed useless temp files.
Flask was removed as it's not needed to import heyoo.
Add missing colorama and typing libraries.
Hey @filipporomani May I ask Why did you close this patch? I think I am pretty useful indeed |
I actually can't remember this. Good question. Sorry for the issue. I am reopening this rn. Also: I actually made a fork of the repo and made many changes, is it ok if I create some PRs with the changes I made in the other repo? |
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.
Great work, Nice cleanup @filipporomani
Thanks! Glad to help! |