-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from edx/usamasadiq/bom-2261-add-constraints-…
…file Switch constraints to constraints.txt file
- Loading branch information
Showing
13 changed files
with
435 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
code-annotations>=1.0.1 # Parse feature toggle and setting annotations | ||
Django>=2.2,<2.3 # Version coherent with other projects | ||
# Note that these requirements are pinned in order to provide a pinned pylint version for all dependent projects. | ||
pylint==2.6.0 | ||
pylint-django==2.3.0 | ||
pylint-celery==0.3 | ||
six>=1.10.0,<2.0.0 | ||
click>=6.0 | ||
click-log==0.3.2 | ||
-c constraints.txt | ||
|
||
code-annotations | ||
click | ||
click-log | ||
Django | ||
pylint | ||
pylint-django | ||
pylint-celery | ||
six |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
-c constraints.txt | ||
|
||
tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Common constraints for edx repos | ||
-c ../edx_lint/files/common_constraints.txt | ||
|
||
code-annotations>=1.0.1 | ||
# Note that these requirements are pinned in order to provide a pinned pylint version for all dependent projects. | ||
pylint==2.6.0 | ||
pylint-django==2.3.0 | ||
pylint-celery==0.3 | ||
six>=1.10.0,<2.0.0 | ||
click>=6.0 | ||
click-log==0.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
-c constraints.txt | ||
-r base.txt | ||
|
||
tox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.