File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 1+ OpenGeodeWeb-Microservice
12wslink==1.12.4
23websocket_client==1.8.0
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
5- # pip-compile --pre requirements.in
5+ # pip-compile requirements.in
66#
77aiohappyeyeballs == 2.6.1
88 # via aiohttp
@@ -12,24 +12,53 @@ aiosignal==1.4.0
1212 # via aiohttp
1313attrs == 25.3.0
1414 # via aiohttp
15+ blinker == 1.9.0
16+ # via flask
17+ click == 8.2.1
18+ # via flask
19+ flask == 3.1.2
20+ # via flask-sqlalchemy
21+ flask-sqlalchemy == 3.1.1
22+ # via opengeodeweb-microservice
1523frozenlist == 1.7.0
1624 # via
1725 # aiohttp
1826 # aiosignal
27+ greenlet == 3.2.4
28+ # via sqlalchemy
1929idna == 3.10
2030 # via yarl
31+ itsdangerous == 2.2.0
32+ # via flask
33+ jinja2 == 3.1.6
34+ # via flask
35+ markupsafe == 3.0.2
36+ # via
37+ # flask
38+ # jinja2
39+ # werkzeug
2140multidict == 6.6.4
2241 # via
2342 # aiohttp
2443 # yarl
44+ opengeodeweb-microservice == 1.0.0rc1
45+ # via -r requirements.in
2546propcache == 0.3.2
2647 # via
2748 # aiohttp
2849 # yarl
50+ sqlalchemy == 2.0.43
51+ # via
52+ # flask-sqlalchemy
53+ # opengeodeweb-microservice
2954typing-extensions == 4.15.0
30- # via aiosignal
55+ # via
56+ # aiosignal
57+ # sqlalchemy
3158websocket-client == 1.8.0
3259 # via -r requirements.in
60+ werkzeug == 3.1.3
61+ # via flask
3362wslink == 1.12.4
3463 # via -r requirements.in
3564yarl == 1.20.1
Original file line number Diff line number Diff line change 33import json
44
55# Third party imports
6- import fastjsonschema
6+ from import fastjsonschema
77from fastjsonschema import JsonSchemaException
88
99# Local application imports
You can’t perform that action at this time.
0 commit comments