Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
1b1c6c75
Commit
1b1c6c75
authored
4 years ago
by
Alex Dusenbery
Committed by
Alex Dusenbery
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add pywatchman and remove pyinotify as a local requirement.
parent
0c1d49ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements/edx/development.in
+1
-1
1 addition, 1 deletion
requirements/edx/development.in
requirements/edx/development.txt
+1
-1
1 addition, 1 deletion
requirements/edx/development.txt
with
2 additions
and
2 deletions
requirements/edx/development.in
+
1
−
1
View file @
1b1c6c75
...
...
@@ -16,6 +16,6 @@
click # Used for perf_tests utilities in modulestore
django-debug-toolbar # A set of panels that display debug information about the current request/response
edx-sphinx-theme # Documentation theme
py
inotify
# More efficient checking for runserver reload trigger events
py
watchman
# More efficient checking for runserver reload trigger events
sphinxcontrib-openapi[markdown] # OpenAPI (fka Swagger) spec renderer for Sphinx
vulture # Detects possible dead/unused code, used in scripts/find-dead-code.sh
This diff is collapsed.
Click to expand it.
requirements/edx/development.txt
+
1
−
1
View file @
1b1c6c75
...
...
@@ -231,7 +231,6 @@ pycryptodome==3.9.7 # via -r requirements/edx/testing.txt, pdfminer.six
pycryptodomex==3.9.7 # via -r requirements/edx/testing.txt, edx-proctoring, pyjwkest
pyflakes==2.1.1 # via -r requirements/edx/testing.txt, flake8
pygments==2.6.1 # via -r requirements/edx/testing.txt, diff-cover, sphinx
pyinotify==0.9.6 # via -r requirements/edx/development.in
pyjwkest==1.4.2 # via -r requirements/edx/testing.txt, edx-drf-extensions
pyjwt==1.5.2 # via -r requirements/edx/testing.txt, drf-jwt, edx-rest-api-client, social-auth-core
pylint-celery==0.3 # via -r requirements/edx/testing.txt, edx-lint
...
...
@@ -262,6 +261,7 @@ python3-openid==3.1.0 ; python_version >= "3" # via -r requirements/edx/testing
python3-saml==1.9.0 # via -r requirements/edx/testing.txt
pytz==2019.3 # via -r requirements/edx/testing.txt, babel, capa, celery, django, django-ses, edx-completion, edx-enterprise, edx-proctoring, edx-submissions, edx-tincan-py35, event-tracking, fs, icalendar, ora2, pandas, xblock
pyuca==1.2 # via -r requirements/edx/testing.txt
pywatchman==1.4.1 # via -r requirements/local.in
pyyaml==5.3.1 # via -r requirements/edx/testing.txt, code-annotations, edx-django-release-util, edx-i18n-tools, sphinxcontrib-openapi, xblock
radon==4.1.0 # via -r requirements/edx/testing.txt
random2==1.0.1 # via -r requirements/edx/testing.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment