Skip to content

Commit

Permalink
Add isort to test-tools.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Aug 6, 2024
1 parent a436c8e commit 52a1065
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 3 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ django==4.2.13
# django-cors-headers
# django-filter
# django-formtools
# django-jenkins
# django-jsonform
# django-log-outgoing-requests
# django-markup
Expand Down Expand Up @@ -206,8 +205,6 @@ django-formtools==2.5.1
# -c requirements/base.txt
# -r requirements/base.txt
# django-two-factor-auth
django-jenkins==0.110.0
# via -r requirements/test-tools.in
django-jsonform==2.22.0
# via
# -c requirements/base.txt
Expand Down Expand Up @@ -404,7 +401,9 @@ isodate==0.6.1
# -r requirements/base.txt
# commonground-api-common
isort==5.13.2
# via pylint
# via
# -r requirements/test-tools.in
# pylint
itypes==1.2.0
# via
# -c requirements/base.txt
Expand Down
5 changes: 0 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ django==4.2.13
# django-extensions
# django-filter
# django-formtools
# django-jenkins
# django-jsonform
# django-log-outgoing-requests
# django-markup
Expand Down Expand Up @@ -240,10 +239,6 @@ django-formtools==2.5.1
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-two-factor-auth
django-jenkins==0.110.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
django-jsonform==2.22.0
# via
# -c requirements/ci.txt
Expand Down
1 change: 1 addition & 0 deletions requirements/test-tools.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ requests-mock
tblib

black
isort

0 comments on commit 52a1065

Please sign in to comment.