This repository is useful to XBlock developers, and it is tightly coupled to XBlock. So, let's merge it into the XBlock repository.
Considerations:
- It should be isolated to a sub-directory and have its own requirements file. The requirements file should be available via
extras-require. This way, edx-platform can run pip install xblock[django] (so that it doesn't pull in sdk dev tool packages) and developers can run pip install xblock[sdk].
This repository is useful to XBlock developers, and it is tightly coupled to XBlock. So, let's merge it into the XBlock repository.
Considerations:
extras-require. This way, edx-platform can runpip install xblock[django](so that it doesn't pull in sdk dev tool packages) and developers can runpip install xblock[sdk].