matheuscas / pycpfcnpj

Python module for brazilian register numbers for persons (CPF) and companies (CNPJ).
MIT License
143 stars 44 forks source link

Fix Six dependency in setup.py #13

Closed elyssonmr closed 7 years ago

elyssonmr commented 7 years ago

Added six dependency

Closes #12

codecov[bot] commented 7 years ago

Codecov Report

Merging #13 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   79.22%   79.22%           
=======================================
  Files           7        7           
  Lines          77       77           
=======================================
  Hits           61       61           
  Misses         16       16

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd2893d...23092e8. Read the comment docs.

matheuscas commented 7 years ago

Six will remain in requirements.txt?

elyssonmr commented 7 years ago

Yes

matheuscas commented 7 years ago

I'll close this PR without merge, cuz I think the recent new PR does the same and a bit more (reads the requirements.txt and adds to install_requires.