Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions database/database_postgresql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- PostgreSQL database dump
--

\restrict 6kPfc1svfKDlu1zSlDhfq6HghB7EzF0tMY6BGYQjI1OUKDNeEIEHWp0jhZNzQTx
\restrict EYUFstSYfVkLoEgTJ5TltCFLrzsNSNh09lVh95x3mUkGBkkVeOxVizCZoF39XQ9


SET statement_timeout = 0;
Expand Down Expand Up @@ -2445,5 +2445,5 @@ ALTER TABLE ONLY public.url
-- PostgreSQL database dump complete
--

\unrestrict 6kPfc1svfKDlu1zSlDhfq6HghB7EzF0tMY6BGYQjI1OUKDNeEIEHWp0jhZNzQTx
\unrestrict EYUFstSYfVkLoEgTJ5TltCFLrzsNSNh09lVh95x3mUkGBkkVeOxVizCZoF39XQ9

24 changes: 18 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ alabaster==0.7.13
arrow==1.2.3
# via isoduration
attrs==22.2.0
# via jsonschema
# via
# jsonschema
# referencing
babel==2.12.1
# via
# sphinx
Expand All @@ -18,7 +20,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
# via requests
check-jsonschema==0.22.0
check-jsonschema==0.30.0
# via -r requirements.in
click==8.1.3
# via
Expand Down Expand Up @@ -74,12 +76,14 @@ jsonref==1.1.0
# via
# compiletojsonschema
# sphinxcontrib-opendataservices-jsonschema
jsonschema[format]==4.17.3
jsonschema[format]==4.23.0
# via
# -r requirements.in
# check-jsonschema
# compiletojsonschema
# sphinxcontrib-openapi
jsonschema-specifications==2024.10.1
# via jsonschema
markdown-it-py==2.2.0
# via
# mdit-py-plugins
Expand Down Expand Up @@ -113,8 +117,6 @@ pygments==2.15.0
# sphinx-mdinclude
pygraphviz==1.10
# via erd-from-json-table-schema
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via
# arrow
Expand All @@ -126,15 +128,23 @@ pyyaml==6.0
# myst-parser
# sphinxcontrib-openapi
requests==2.32.4
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
regress==2024.11.1
# check-jsonschema
# hsds-schema-tools
# sphinx
rfc3339-validator==0.1.4
# via jsonschema
rfc3987==1.3.8
# via jsonschema
ruamel-yaml==0.17.21
rpds-py==0.21.0
# via
# jsonschema
# referencing
ruamel-yaml==0.18.6
# via check-jsonschema
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
Expand Down Expand Up @@ -189,6 +199,8 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.2.1
# via check-jsonschema
transifex-client==0.12.5
# via -r requirements.in
typing-extensions==4.5.0
Expand Down