tatterdemalion / django-nece

Content Translation Framework based on Postgresql's JSONB field
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

Fix setup: don't use requirements.txt #22

Closed cedricco closed 7 years ago

cedricco commented 7 years ago

Installing nece in a project results with the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

Instead of setup.py relying on requiremnts.txt, the opposite should be done. See https://caremad.io/posts/2013/07/setup-vs-requirement/

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.795% when pulling b7d0ed61897bfff5230e1d515e9f2c78ac960c2b on Polyconseil:ccodet/fix_setup into e01a11f80ebb357ed5195f3521daef493d05c1ab on tatterdemalion:master.

tatterdemalion commented 7 years ago

Sorry, I did not see the PR before and done the same thing today. Thanks for the contribution.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.795% when pulling ede8a61e0b90864ad694d9df108202c20edc84df on Polyconseil:ccodet/fix_setup into 948ddb282a3baf3e5c297f8baaa70e348379048a on tatterdemalion:master.