cobbler / cobbler-tftp

Experimental - Cobbler stateless TFTP server
GNU General Public License v2.0
4 stars 2 forks source link

Add src layout structure #9

Closed ByteOtter closed 1 year ago

ByteOtter commented 1 year ago

Fixes #1, #2

Introduce src-layout to the project alongside the necessary configuration files.

ByteOtter commented 1 year ago

I am sorry but the dependencies we name are not in a shape I feel confident where we can already merge this PR.

If you desire that we version lock all of our dependencies explicitly (it is a valid strategy after all) then I would like us to use Poetry. However, this is not needed for this project. Well-thought version constraints should be enough.

I am sorry if I have overlooked other dependencies that this project doesn't need but with the questions I have provided in the individual comments, we should already have a much leaner dependency tree.

Alright, newest update should fix all these concerns. I changed all dependency versions to their latest release which still supported Python 3.6 and removed all which are not explicitly needed.