Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
- edx -> Open edX
- trailing whitespace removed
  • Loading branch information
CodeWithEmad committed Jul 29, 2024
1 parent 46948ba commit 8ca854e
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiecutter-python-library/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A cookiecutter_ template for edX python projects. For django-related cookiecutte

**This template produces a Python 3.8 project.**

This cookiecutter template is intended for new edX python libraries.
This cookiecutter template is intended for new Open edX python libraries.

Usage
*****
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Core requirements for using this application

-c constraints.txt

django-statici18n
edx-i18n-tools
Mako
XBlock
XBlock
xblock-utils
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Additional requirements for development of this application

-c constraints.txt

-r pip-tools.txt # pip-tools and its dependencies, for managing requirements files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Core dependencies for installing other packages

-c constraints.txt

pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Requirements for test runs.

-c constraints.txt

-r base.txt # Core dependencies for this package
Expand Down
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Core requirements for using this package template

-c constraints.txt

cookiecutter # Utility to generate a package from this template
Expand Down
1 change: 1 addition & 0 deletions requirements/ci.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Requirements for running tests on CI

-c constraints.txt

tox # Virtualenv management for tests
1 change: 1 addition & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Additional requirements for development of this template

-c constraints.txt

-r pip-tools.txt # pip-tools and its dependencies, for managing requirements files
Expand Down
1 change: 1 addition & 0 deletions requirements/pip-tools.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Just the dependencies to run pip-tools, mainly for the "upgrade" make target

-c constraints.txt

pip-tools # Contains pip-compile, used to generate pip requirements files
1 change: 1 addition & 0 deletions requirements/pip.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Core dependencies for installing other packages

-c constraints.txt

pip
Expand Down
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Requirements for test runs

-c constraints.txt

-r base.txt # Core dependencies for the cookiecutter
Expand Down

0 comments on commit 8ca854e

Please sign in to comment.