Closed Lysxia closed 1 year ago
Follow standard project structure based on https://docs.python-guide.org/writing/structure/ The project reached the size where it's useful to keep source code separate from non-source files.
Also remove requirements-dev.txt. requirements.txt is supposed to contain all development dependencies (including testing), and non-testing dependencies are to be specified in a different file when properly packaged.
requirements-dev.txt
requirements.txt
Thank you for that !!
Follow standard project structure based on https://docs.python-guide.org/writing/structure/ The project reached the size where it's useful to keep source code separate from non-source files.
Also remove
requirements-dev.txt
.requirements.txt
is supposed to contain all development dependencies (including testing), and non-testing dependencies are to be specified in a different file when properly packaged.