Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
If I have 2 requirements for my django app, for example:
main.txt --> Django1.5, PIL, .... local.txt --> debug_toolbar, ....
How can I inherit main.txt requirements in my local.text?
local.txt
-r main.txt #list of requirements