Skip to content
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

Merged
merged 7 commits into from
Aug 21, 2020
Merged

Missing requirements #18

merged 7 commits into from
Aug 21, 2020

Conversation

AlvaroCavalcante
Copy link
Contributor

  • Removed unused libraries
  • Adding versions in requirements.txt
  • Adding the missing libraries to install automatically
  • Updated setup version

Copy link

@Lucs1590 Lucs1590 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

@Lucs1590
Copy link

@R1j1t , you can improve your code if you run flake 8 .. I ran in my machine and I found pending modifications.

To more information, access: https://flake8.pycqa.org/en/latest/

@R1j1t R1j1t linked an issue Aug 21, 2020 that may be closed by this pull request
requirements.txt Outdated
Comment on lines 1 to 6
Flask==1.1.1
spacy==2.3.2
editdistance==0.5.3
pytest==6.0.1
torch==1.6.0
transformers==3.0.2
Copy link
Owner

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?

@R1j1t
Copy link
Owner

R1j1t commented Aug 21, 2020

Apart from the requirements.txt everything else looks good. I will merge it once you make the changes

@R1j1t R1j1t merged commit 37fc1ee into R1j1t:dev Aug 21, 2020
@R1j1t R1j1t removed a link to an issue Aug 21, 2020
@R1j1t
Copy link
Owner

R1j1t commented Aug 21, 2020

@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 black. I understand it is a good practice and might add it as in when the project matures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants