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
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_back_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
16 changes: 8 additions & 8 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
OpenGeode-core==15.24.2
OpenGeode-IO==7.3.2
OpenGeode-Inspector==6.7.0
OpenGeode-Geosciences==9.2.2
OpenGeode-GeosciencesIO==5.7.2
Geode-Viewables==3.2.0
opengeode-core==15.27.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Donc les dépendances internes sont hardcodées ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pour le moment, la partie core reste en externe. C'est l'un des prochains todo de les passer en interne

opengeode-io==7.4.0
opengeode-inspector==6.8.1
opengeode-geosciences==9.4.1
opengeode-geosciencesio==5.8.0
geode-common==33.11.0
geode-viewables==3.3.0
Flask[async]==3.0.3
Flask-Cors==6.0.1
werkzeug==3.0.3
Flask-SQLAlchemy==3.1.1
OpenGeodeWeb-Microservice
Flask-SQLAlchemy==3.1.1
28 changes: 11 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
# 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
#
asgiref==3.9.1
# via flask
blinker==1.9.0
# via flask
click==8.3.0
# via flask
fastjsonschema==2.21.1
# via opengeodeweb-microservice
flask[async]==3.0.3
# via
# -r requirements.in
Expand All @@ -21,12 +19,12 @@ flask[async]==3.0.3
flask-cors==6.0.1
# via -r requirements.in
flask-sqlalchemy==3.1.1
# via -r requirements.in
geode-common==33.*,>=33.11.0
# via
# -r requirements.in
# opengeodeweb-microservice
geode-common==33.9.0
# via geode-viewables
geode-viewables==3.2.0
# geode-viewables
geode-viewables==3.*,>=3.3.0
# via -r requirements.in
greenlet==3.2.4
# via sqlalchemy
Expand All @@ -38,7 +36,7 @@ markupsafe==3.0.2
# via
# jinja2
# werkzeug
opengeode-core==15.24.2
opengeode-core==15.*,>=15.27.4
# via
# -r requirements.in
# geode-common
Expand All @@ -47,26 +45,22 @@ opengeode-core==15.24.2
# opengeode-geosciencesio
# opengeode-inspector
# opengeode-io
opengeode-geosciences==9.2.2
opengeode-geosciences==9.*,>=9.4.1
# via
# -r requirements.in
# geode-viewables
# opengeode-geosciencesio
opengeode-geosciencesio==5.7.2
opengeode-geosciencesio==5.*,>=5.8.0
# via -r requirements.in
opengeode-inspector==6.7.0
opengeode-inspector==6.*,>=6.8.1
# via -r requirements.in
opengeode-io==7.3.2
opengeode-io==7.*,>=7.4.0
# via
# -r requirements.in
# geode-viewables
# opengeode-geosciencesio
opengeodeweb-microservice==1.*,>=1.0.0
# via -r requirements.in
sqlalchemy==2.0.43
# via
# flask-sqlalchemy
# opengeodeweb-microservice
# via flask-sqlalchemy
typing-extensions==4.15.0
# via sqlalchemy
werkzeug==3.0.3
Expand Down
Loading