Skip to content

Commit

Permalink
[#13] use correct python version to generate requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Oct 14, 2024
1 parent 0591a47 commit b4cf484
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
10 changes: 3 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-index-url requirements/base.in
Expand Down Expand Up @@ -179,9 +179,7 @@ djangorestframework-inclusions==1.2.0
drf-nested-routers==0.93.3
# via commonground-api-common
drf-spectacular[sidecar]==0.27.2
# via
# drf-spectacular
# open-api-framework
# via open-api-framework
drf-spectacular-sidecar==2024.7.1
# via drf-spectacular
drf-yasg==1.21.7
Expand Down Expand Up @@ -320,9 +318,7 @@ sqlparse==0.5.0
tornado==6.4.1
# via flower
typing-extensions==4.9.0
# via
# asgiref
# mozilla-django-oidc-db
# via mozilla-django-oidc-db
tzdata==2024.1
# via celery
uritemplate==3.0.1
Expand Down
12 changes: 1 addition & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# 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/ci.in requirements/test-tools.in
Expand Down Expand Up @@ -247,7 +247,6 @@ django-solo==2.2.0
django-two-factor-auth[phonenumberslite,webauthn]==1.17.0
# via
# -r requirements/base.txt
# django-two-factor-auth
# maykin-2fa
django-webtest==1.9.7
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -282,7 +281,6 @@ drf-nested-routers==0.93.3
drf-spectacular[sidecar]==0.27.2
# via
# -r requirements/base.txt
# drf-spectacular
# open-api-framework
drf-spectacular-sidecar==2024.7.1
# via
Expand All @@ -300,8 +298,6 @@ elastic-apm==6.23.0
# via
# -r requirements/base.txt
# open-api-framework
exceptiongroup==1.2.2
# via pytest
face==20.1.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -548,19 +544,13 @@ tblib==1.7.0
# via -r requirements/test-tools.in
text-unidecode==1.3
# via faker
tomli==2.0.1
# via
# black
# pytest
tornado==6.4.1
# via
# -r requirements/base.txt
# flower
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
# black
# mozilla-django-oidc-db
tzdata==2024.1
# via
Expand Down
12 changes: 1 addition & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/dev.txt requirements/base.txt requirements/dev.in requirements/test-tools.in
Expand Down Expand Up @@ -262,7 +262,6 @@ django-solo==2.2.0
django-two-factor-auth[phonenumberslite,webauthn]==1.17.0
# via
# -r requirements/base.txt
# django-two-factor-auth
# maykin-2fa
django-webtest==1.9.7
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -303,7 +302,6 @@ drf-nested-routers==0.93.3
drf-spectacular[sidecar]==0.27.2
# via
# -r requirements/base.txt
# drf-spectacular
# open-api-framework
drf-spectacular-sidecar==2024.7.1
# via
Expand Down Expand Up @@ -606,21 +604,13 @@ tblib==1.7.0
# via -r requirements/test-tools.in
text-unidecode==1.3
# via faker
tomli==2.0.1
# via
# black
# build
# pip-tools
# pyproject-hooks
tornado==6.4.1
# via
# -r requirements/base.txt
# flower
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
# black
# mozilla-django-oidc-db
tzdata==2024.1
# via
Expand Down

0 comments on commit b4cf484

Please sign in to comment.