# All base dependencies
-r base.txt

# For local development we ween all there is in testing
-r testing.txt

# We want to install (not modifiy PYTHONPATH) local package in editable mode
-e .

# Tooling
-r tooling.txt

# Documentaion
-r ../docs/requirements.txt


