Skip to content

Commit

Permalink
[#13] remove older dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Sep 27, 2024
1 parent 8608417 commit c5fd869
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
3 changes: 2 additions & 1 deletion bin/compile_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ pip-compile \
--output-file requirements/ci.txt \
"$@" \
requirements/base.txt \
requirements/test-tools.in
requirements/test-tools.in \
requirements/ci.in

# Dev dependencies - exact same set as CI + some extra tooling
pip-compile \
Expand Down
2 changes: 2 additions & 0 deletions requirements/ci.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
codecov
coverage
12 changes: 7 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/ci.txt requirements/base.txt requirements/test-tools.in
# pip-compile --no-emit-index-url --output-file=requirements/ci.txt requirements/base.txt requirements/ci.in requirements/test-tools.in
#
amqp==5.1.1
# via
Expand Down Expand Up @@ -88,6 +88,8 @@ click-repl==0.2.0
# via
# -r requirements/base.txt
# celery
codecov==2.1.13
# via -r requirements/ci.in
commonground-api-common==1.13.0
# via
# -r requirements/base.txt
Expand All @@ -101,7 +103,9 @@ coreschema==0.0.4
# -r requirements/base.txt
# coreapi
coverage==4.5.4
# via -r requirements/test-tools.in
# via
# -r requirements/ci.in
# codecov
cryptography==42.0.7
# via
# -r requirements/base.txt
Expand All @@ -123,7 +127,6 @@ django==4.2.15
# django-csp
# django-filter
# django-formtools
# django-jenkins
# django-jsonform
# django-jsonsuit
# django-log-outgoing-requests
Expand Down Expand Up @@ -180,8 +183,6 @@ django-formtools==2.4.1
# via
# -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
# -r requirements/base.txt
Expand Down Expand Up @@ -498,6 +499,7 @@ requests==2.32.3
# via
# -r requirements/base.txt
# ape-pie
# codecov
# commonground-api-common
# coreapi
# django-log-outgoing-requests
Expand Down
5 changes: 0 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
coverage==4.5.4
# via -r requirements/test-tools.in
cryptography==42.0.7
# via
# -r requirements/base.txt
Expand All @@ -136,7 +134,6 @@ django==4.2.15
# django-extensions
# django-filter
# django-formtools
# django-jenkins
# django-jsonform
# django-jsonsuit
# django-log-outgoing-requests
Expand Down Expand Up @@ -197,8 +194,6 @@ django-formtools==2.4.1
# via
# -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
# -r requirements/base.txt
Expand Down
2 changes: 0 additions & 2 deletions requirements/test-tools.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Dependencies only relevant for (unit) testing
coverage < 5.0
django-jenkins
django-webtest
factory-boy
freezegun
Expand Down

0 comments on commit c5fd869

Please sign in to comment.