Skip to content

Commit

Permalink
Merge pull request #4326 from alphagov/remove-xml-validation
Browse files Browse the repository at this point in the history
Remove XML schema validation code
  • Loading branch information
quis authored Jan 8, 2025
2 parents 1a67b0e + 93ee36a commit 964ad03
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
19 changes: 0 additions & 19 deletions app/xml_schemas/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ requests==2.32.2
psycopg2-binary==2.9.6
PyJWT==2.5.0
SQLAlchemy==1.4.41
lxml==4.9.3

notifications-python-client==8.0.1

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ jsonschema==4.16.0
# via -r requirements.in
kombu==5.3.7
# via celery
lxml==4.9.3
# via -r requirements.in
mako==1.2.3
# via alembic
markupsafe==2.1.1
Expand Down
2 changes: 0 additions & 2 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ kombu==5.3.7
# via
# -r requirements.txt
# celery
lxml==4.9.3
# via -r requirements.txt
mako==1.2.3
# via
# -r requirements.txt
Expand Down

0 comments on commit 964ad03

Please sign in to comment.