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 package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "npm run json"
},
"dependencies": {
"@geode/opengeodeweb-microservice": "latest"
"@geode/opengeodeweb-microservice": ">=0.0.0-0"
},
"exports": {
"./opengeodeweb_viewer_schemas.json": {
Expand Down
1 change: 1 addition & 0 deletions requirements-internal.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
opengeodeweb-microservice
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
OpenGeodeWeb-Microservice
wslink==1.12.4
websocket_client==1.8.0
35 changes: 2 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --pre requirements.in
# pip-compile --output-file=requirements.txt --pre requirements.in
#
aiohappyeyeballs==2.6.1
# via aiohttp
Expand All @@ -12,55 +12,24 @@ aiosignal==1.4.0
# via aiohttp
attrs==25.3.0
# via aiohttp
blinker==1.9.0
# via flask
click==8.3.0
# via flask
fastjsonschema==2.21.1
# via opengeodeweb-microservice
flask==3.1.2
# via flask-sqlalchemy
flask-sqlalchemy==3.1.1
# via opengeodeweb-microservice
frozenlist==1.7.0
# via
# aiohttp
# aiosignal
greenlet==3.2.4
# via sqlalchemy
idna==3.10
# via yarl
itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via flask
markupsafe==3.0.2
# via
# flask
# jinja2
# werkzeug
multidict==6.6.4
# via
# aiohttp
# yarl
opengeodeweb-microservice==1.*,>=1.0.0
# via -r requirements.in
propcache==0.3.2
# via
# aiohttp
# yarl
sqlalchemy==2.0.43
# via
# flask-sqlalchemy
# opengeodeweb-microservice
typing-extensions==4.15.0
# via
# aiosignal
# sqlalchemy
# via aiosignal
websocket-client==1.8.0
# via -r requirements.in
werkzeug==3.1.3
# via flask
wslink==1.12.4
# via -r requirements.in
yarl==1.20.1
Expand Down
Loading