Skip to content

Commit

Permalink
Requirements.txt file update (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopicchio authored Aug 13, 2024
1 parent c0684fd commit e1604a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ collectstatic: # Run Django collectstatic
bash: # Open the web container bash
$(web) bash

all-requirements: # Generate requirements.txt
requirements: # Generate requirements.txt
poetry export --with prod --without-hashes --output requirements.txt

test: # Run tests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ django-simple-history==3.7.0 ; python_version >= "3.12" and python_version < "4.
django-staff-sso-client==4.3.0 ; python_version >= "3.12" and python_version < "4.0"
django-storages==1.14.4 ; python_version >= "3.12" and python_version < "4.0"
django-tables2==2.7.0 ; python_version >= "3.12" and python_version < "4.0"
django==4.2.14 ; python_version >= "3.12" and python_version < "4.0"
django==4.2.15 ; python_version >= "3.12" and python_version < "4.0"
djangorestframework==3.15.2 ; python_version >= "3.12" and python_version < "4.0"
ecs-logging==2.2.0 ; python_version >= "3.12" and python_version < "4"
elastic-apm==6.22.3 ; python_version >= "3.12" and python_version < "4"
Expand Down

0 comments on commit e1604a3

Please sign in to comment.