-
Notifications
You must be signed in to change notification settings - Fork 64
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
Missing requirements #18
Conversation
AlvaroCavalcante
commented
Aug 20, 2020
- Removed unused libraries
- Adding versions in requirements.txt
- Adding the missing libraries to install automatically
- Updated setup version
added missing requirements on install the package
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.
Very nice!
@R1j1t , you can improve your code if you run To more information, access: https://flake8.pycqa.org/en/latest/ |
requirements.txt
Outdated
Flask==1.1.1 | ||
spacy==2.3.2 | ||
editdistance==0.5.3 | ||
pytest==6.0.1 | ||
torch==1.6.0 | ||
transformers==3.0.2 |
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.
I dont think it is a good idea to specify the exact version, so can you change it back?
Apart from the requirements.txt everything else looks good. I will merge it once you make the changes |
@Lucs1590 it is a good suggestion. I thought about adding both flake8 and black when I started the project. While I was developing the features I found correcting flake8 warnings was slowing the coding process, so I stuck only with |