Open jfthuong opened 3 years ago
Shall we put a dev directory? with a README.md inside as guidance, with a requirements.txt as installation instruction, to install things only for dev environment?
As currently its in requiement-test.txt https://github.com/unpackAI/unpackai/blob/8b934f774bc1e09cd9c7e11d1c7652f3fedf02c9/requirements-test.txt#L5-L9
yes, we could have a requirements-dev.txt
.... on the other hand, nbdev
is supporting requirements for dev in the ini file. To be explored
To have a nice looking code, format the output of
nbdev
withblack
(https://github.com/psf/black).It should be automatic (Github action ... or pre-commit action ... or a build procedure that runs nbdev and black after that)
Shield: