Closed Zshan0 closed 10 months ago
I don't understand why all these new dependencies are being added: before this is approved, I would like to understand what relies on each one.
Also, dependencies should be added to setup.py
. The requirements.txt
file, if needed, should just be a placeholder with the following content:
.
(I can get that part sorted later, we have a stable template for Python package repos that I can use.)
I have started implementing the functionality that has been requested in #7, I have also added previously missing
requirements.txt
. Along with the functionality I have written relevant tests.