You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
.The text was updated successfully, but these errors were encountered: