Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
No longer install any requirements to edxapp.
Change the dev requirements for nutmeg.
  • Loading branch information
igobranco committed May 28, 2024
1 parent 64ad207 commit a4e2f5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generic requirements, they should be already installed by the Open edX
celery
django-celery
edx-celeryutils
requests
# celery
# edx-celeryutils
# requests
11 changes: 5 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Warning: this file only contains development requirements!
# In reality this app should use the open edX dependencies that already are installed.
celery==3.1.26.post2
django-celery==3.3.1
edx-celeryutils==0.5.0
requests==2.23.0
-e git+git://github.com/edx/edx-platform.git@open-release/juniper.master#egg=XModule&subdirectory=common/lib/xmodule
-e git+git://github.com/edx/edx-platform.git@open-release/juniper.master#egg=Open-edX
celery==5.2.6
edx-celeryutils==1.2.1
requests==2.27.1
-e git+https://github.com/openedx/edx-platform.git@open-release/nutmeg.master#egg=XModule&subdirectory=common/lib/xmodule
-e git+https://github.com/openedx/edx-platform.git@open-release/nutmeg.master#egg=Open-edX

0 comments on commit a4e2f5d

Please sign in to comment.