Skip to content

Commit d0c9f15

Browse files
committed
add opengeodeweb-microservice to requirements.in
1 parent 7f7fb62 commit d0c9f15

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
OpenGeodeWeb-Microservice
12
wslink==1.12.4
23
websocket_client==1.8.0

requirements.txt

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
@@ -12,24 +12,53 @@ aiosignal==1.4.0
1212
# via aiohttp
1313
attrs==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
1523
frozenlist==1.7.0
1624
# via
1725
# aiohttp
1826
# aiosignal
27+
greenlet==3.2.4
28+
# via sqlalchemy
1929
idna==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
2140
multidict==6.6.4
2241
# via
2342
# aiohttp
2443
# yarl
44+
opengeodeweb-microservice==1.0.0rc1
45+
# via -r requirements.in
2546
propcache==0.3.2
2647
# via
2748
# aiohttp
2849
# yarl
50+
sqlalchemy==2.0.43
51+
# via
52+
# flask-sqlalchemy
53+
# opengeodeweb-microservice
2954
typing-extensions==4.15.0
30-
# via aiosignal
55+
# via
56+
# aiosignal
57+
# sqlalchemy
3158
websocket-client==1.8.0
3259
# via -r requirements.in
60+
werkzeug==3.1.3
61+
# via flask
3362
wslink==1.12.4
3463
# via -r requirements.in
3564
yarl==1.20.1

src/opengeodeweb_viewer/utils_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44

55
# Third party imports
6-
import fastjsonschema
6+
from import fastjsonschema
77
from fastjsonschema import JsonSchemaException
88

99
# Local application imports

0 commit comments

Comments
 (0)