-
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.
Splitting requirements into multiple files allows for a more streamlined installation of specific toolsets required for different tasks and promoting better modularity. Ref #16
- Loading branch information
1 parent
9f34f7c
commit e2f44d7
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
-r dev_requirements.txt | ||
Django ~= 3.2.10 | ||
asgiref == 3 .7.2 | ||
django == 3.2.20 | ||
# via django | ||
pytz == 2023.3 | ||
# via django | ||
sqlparse == 0.4.4 | ||
# via django |
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,2 @@ | ||
-r requirements.txt | ||
pylint |