This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The only dependency not being updated here, at least not fully, is [Django]. That's going to be done separately as part of #80. For now the version is being fixed to the latest version of 3.0. The Django version also has to be set for the development requirements. Without doing so, the latest version would be pulled in by [django-debug-toolbar]. This would lead to conflicting versions in CI as some of the [tox] environments install both the development and regular dependencies. [django]: https://www.djangoproject.com [django-debug-toolbar]: https://pypi.org/p/django-debug-toolbar [tox]: https://tox.readthedocs.io
- Loading branch information
Showing
5 changed files
with
24 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# TODO(dirn): Remove this as part of #80. | ||
# Django is a dependency of django-debug-toolbar. Without specifying the version | ||
# here, pip-compile would use the latest version. | ||
django>=3.0,<3.1 | ||
django-debug-toolbar | ||
pre-commit |
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,4 +1,4 @@ | ||
django | ||
django>=3.0,<3.1 | ||
django-sesame | ||
psycopg2-binary | ||
python-decouple | ||
|
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