Skip to content

Commit

Permalink
Add csp to installed apps and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard committed Oct 7, 2024
1 parent 922f21a commit 5996988
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 33 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"simple_history",
"axes",
"django_chunk_upload_handlers",
"csp",
]

ROOT_URLCONF = "config.urls"
Expand Down
67 changes: 34 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
amqp==5.2.0 ; python_version >= "3.12" and python_version < "4.0"
asgiref==3.8.1 ; python_version >= "3.12" and python_version < "4.0"
backoff==2.2.1 ; python_version >= "3.12" and python_version < "4.0"
billiard==4.2.0 ; python_version >= "3.12" and python_version < "4.0"
boto3==1.34.144 ; python_version >= "3.12" and python_version < "4.0"
botocore==1.34.144 ; python_version >= "3.12" and python_version < "4.0"
billiard==4.2.1 ; python_version >= "3.12" and python_version < "4.0"
boto3==1.35.27 ; python_version >= "3.12" and python_version < "4.0"
botocore==1.35.27 ; python_version >= "3.12" and python_version < "4.0"
celery==5.4.0 ; python_version >= "3.12" and python_version < "4.0"
certifi==2024.7.4 ; python_version >= "3.12" and python_version < "4"
cffi==1.16.0 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version >= "3.12" and python_version < "4.0"
certifi==2024.8.30 ; python_version >= "3.12" and python_version < "4"
cffi==1.17.1 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version >= "3.12" and python_version < "4.0"
cfgv==3.4.0 ; python_version >= "3.12" and python_version < "4"
charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "4.0"
click-didyoumean==0.3.1 ; python_version >= "3.12" and python_version < "4.0"
click-plugins==1.1.1 ; python_version >= "3.12" and python_version < "4.0"
click-repl==0.3.0 ; python_version >= "3.12" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.12" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows"
dbt-copilot-python==0.2.1 ; python_version >= "3.12" and python_version < "4.0"
dbt-copilot-python==0.2.2 ; python_version >= "3.12" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.12" and python_version < "4.0"
deprecated==1.2.14 ; python_version >= "3.12" and python_version < "4.0"
diff-match-patch==20230430 ; python_version >= "3.12" and python_version < "4.0"
Expand All @@ -23,39 +23,40 @@ dj-database-url==2.2.0 ; python_version >= "3.12" and python_version < "4.0"
django-admin-list-filter-dropdown==1.0.3 ; python_version >= "3.12" and python_version < "4.0"
django-audit-log-middleware==0.0.5 ; python_version >= "3.12" and python_version < "4.0"
django-autocomplete-light==3.11.0 ; python_version >= "3.12" and python_version < "4.0"
django-axes==6.5.1 ; python_version >= "3.12" and python_version < "4.0"
django-axes==6.5.2 ; python_version >= "3.12" and python_version < "4.0"
django-chunk-upload-handlers==0.0.14 ; python_version >= "3.12" and python_version < "4.0"
django-csp==3.8 ; python_version >= "3.12" and python_version < "4.0"
django-environ==0.11.2 ; python_version >= "3.12" and python_version < "4"
django-extensions==3.2.3 ; python_version >= "3.12" and python_version < "4.0"
django-filter==24.2 ; python_version >= "3.12" and python_version < "4.0"
django-filter==24.3 ; python_version >= "3.12" and python_version < "4.0"
django-guardian==2.4.0 ; python_version >= "3.12" and python_version < "4.0"
django-import-export==3.3.9 ; python_version >= "3.12" and python_version < "4.0"
django-ipware==3.0.7 ; python_version >= "3.12" and python_version < "4.0"
django-log-formatter-asim==0.0.4 ; python_version >= "3.12" and python_version < "4"
django-log-formatter-ecs==0.0.5 ; python_version >= "3.12" and python_version < "4.0"
django-pivot==1.10.0 ; python_version >= "3.12" and python_version < "4.0"
django-reversion==5.0.12 ; python_version >= "3.12" and python_version < "4.0"
django-reversion==5.1.0 ; python_version >= "3.12" and python_version < "4.0"
django-settings-export==1.2.1 ; python_version >= "3.12" and python_version < "4.0"
django-simple-history==3.7.0 ; python_version >= "3.12" and python_version < "4.0"
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.15 ; python_version >= "3.12" and python_version < "4.0"
django==4.2.16 ; 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"
elastic-apm==6.23.0 ; python_version >= "3.12" and python_version < "4"
et-xmlfile==1.1.0 ; python_version >= "3.12" and python_version < "4.0"
filelock==3.15.4 ; python_version >= "3.12" and python_version < "4"
filelock==3.16.1 ; python_version >= "3.12" and python_version < "4"
gevent==24.2.1 ; python_version >= "3.12" and python_version < "4.0"
googleapis-common-protos==1.63.2 ; python_version >= "3.12" and python_version < "4.0"
greenlet==3.0.3 ; platform_python_implementation == "CPython" and python_version >= "3.12" and python_version < "4.0"
grpcio==1.65.1 ; python_version >= "3.12" and python_version < "4.0"
googleapis-common-protos==1.65.0 ; python_version >= "3.12" and python_version < "4.0"
greenlet==3.1.1 ; platform_python_implementation == "CPython" and python_version >= "3.12" and python_version < "4.0"
grpcio==1.66.1 ; python_version >= "3.12" and python_version < "4.0"
gunicorn==22.0.0 ; python_version >= "3.12" and python_version < "4.0"
identify==2.6.0 ; python_version >= "3.12" and python_version < "4"
idna==3.7 ; python_version >= "3.12" and python_version < "4.0"
identify==2.6.1 ; python_version >= "3.12" and python_version < "4"
idna==3.10 ; python_version >= "3.12" and python_version < "4.0"
importlib-metadata==6.11.0 ; python_version >= "3.12" and python_version < "4.0"
jmespath==1.0.1 ; python_version >= "3.12" and python_version < "4.0"
kombu==5.3.7 ; python_version >= "3.12" and python_version < "4.0"
kombu==5.4.2 ; python_version >= "3.12" and python_version < "4.0"
kubi-ecs-logger==0.1.2 ; python_version >= "3.12" and python_version < "4"
markuppy==1.14 ; python_version >= "3.12" and python_version < "4.0"
marshmallow==3.19.0 ; python_version >= "3.12" and python_version < "4"
Expand All @@ -72,41 +73,41 @@ opentelemetry-exporter-otlp-proto-http==1.22.0 ; python_version >= "3.12" and py
opentelemetry-exporter-otlp==1.22.0 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-instrumentation-wsgi==0.43b0 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-instrumentation==0.43b0 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-propagator-aws-xray==1.0.1 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-propagator-aws-xray==1.0.2 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-proto==1.22.0 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-sdk-extension-aws==2.0.1 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-sdk-extension-aws==2.0.2 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-sdk==1.22.0 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-semantic-conventions==0.43b0 ; python_version >= "3.12" and python_version < "4.0"
opentelemetry-util-http==0.43b0 ; python_version >= "3.12" and python_version < "4.0"
packaging==24.1 ; python_version >= "3.12" and python_version < "4.0"
platformdirs==4.2.2 ; python_version >= "3.12" and python_version < "4"
pre-commit==3.7.1 ; python_version >= "3.12" and python_version < "4"
prompt-toolkit==3.0.47 ; python_version >= "3.12" and python_version < "4.0"
protobuf==4.25.3 ; python_version >= "3.12" and python_version < "4.0"
platformdirs==4.3.6 ; python_version >= "3.12" and python_version < "4"
pre-commit==3.8.0 ; python_version >= "3.12" and python_version < "4"
prompt-toolkit==3.0.48 ; python_version >= "3.12" and python_version < "4.0"
protobuf==4.25.5 ; python_version >= "3.12" and python_version < "4.0"
psycogreen==1.0.2 ; python_version >= "3.12" and python_version < "4.0"
psycopg2==2.9.9 ; python_version >= "3.12" and python_version < "4.0"
pycparser==2.22 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version >= "3.12" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.12" and python_version < "4.0"
redis==5.0.7 ; python_version >= "3.12" and python_version < "4.0"
pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0"
redis==5.0.8 ; python_version >= "3.12" and python_version < "4.0"
requests-oauthlib==2.0.0 ; python_version >= "3.12" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.12" and python_version < "4.0"
s3transfer==0.10.2 ; python_version >= "3.12" and python_version < "4.0"
sentry-sdk==2.8.0 ; python_version >= "3.12" and python_version < "4.0"
setuptools==71.0.2 ; python_version >= "3.12" and python_version < "4.0"
sentry-sdk==2.14.0 ; python_version >= "3.12" and python_version < "4.0"
setuptools==75.1.0 ; python_version >= "3.12" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.12" and python_version < "4.0"
sqlparse==0.5.1 ; python_version >= "3.12" and python_version < "4.0"
tablib[html,ods,xls,xlsx,yaml]==3.5.0 ; python_version >= "3.12" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "4.0"
tzdata==2024.1 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.12" and python_version < "4"
tzdata==2024.2 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.2.3 ; python_version >= "3.12" and python_version < "4"
vine==5.1.0 ; python_version >= "3.12" and python_version < "4.0"
virtualenv==20.26.3 ; python_version >= "3.12" and python_version < "4"
virtualenv==20.26.5 ; python_version >= "3.12" and python_version < "4"
wcwidth==0.2.13 ; python_version >= "3.12" and python_version < "4.0"
whitenoise==6.7.0 ; python_version >= "3.12" and python_version < "4.0"
wrapt==1.16.0 ; python_version >= "3.12" and python_version < "4"
xlrd==2.0.1 ; python_version >= "3.12" and python_version < "4.0"
xlwt==1.3.0 ; python_version >= "3.12" and python_version < "4.0"
zipp==3.19.2 ; python_version >= "3.12" and python_version < "4.0"
zipp==3.20.2 ; python_version >= "3.12" and python_version < "4.0"
zope-event==5.0 ; python_version >= "3.12" and python_version < "4.0"
zope-interface==6.4.post2 ; python_version >= "3.12" and python_version < "4.0"
zope-interface==7.0.3 ; python_version >= "3.12" and python_version < "4.0"

0 comments on commit 5996988

Please sign in to comment.