I created an object-oriented simulation in python that has multiple files with dependencies between them. At the time, I didn't know any better and I didn't create a requirements.txt
. I was wondering what the best way is to approach this. I am thinking creating a requirements.txt
for each file, and then combining them into one requirements.txt
for the whole project (I intend on posting that in my GitHub)
I would love some feedback.