Skip to content

Commit

Permalink
feat: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Sep 14, 2024
1 parent 8d50071 commit 6d4ff51
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 9 deletions.
2 changes: 1 addition & 1 deletion emannotationschemas/schemas/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import marshmallow as mm
import numpy as np
from geoalchemy2.shape import to_shape
from geoalchemy2.types import WKBElement, WKTElement
from geoalchemy2.elements import WKBElement, WKTElement
from marshmallow import INCLUDE
from sqlalchemy.sql.sqltypes import Integer

Expand Down
8 changes: 8 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
marshmallow
marshmallow-jsonschema
numpy
jsonschema
SQLAlchemy
shapely
geoalchemy2
flask-cors
70 changes: 62 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,62 @@
marshmallow==3.5.1
marshmallow-jsonschema==0.10.0
numpy>=1.18.4
jsonschema<4.0
SQLAlchemy<1.4
shapely==2.0.3
geoalchemy2>=0.11.1, <0.12.0
flask-cors==3.0.10
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in
attrs==24.2.0
# via
# jsonschema
# referencing
blinker==1.8.2
# via flask
click==8.1.7
# via flask
flask==3.0.3
# via flask-cors
flask-cors==4.0.1
# via -r requirements.in
geoalchemy2==0.15.2
# via -r requirements.in
greenlet==3.0.3
# via sqlalchemy
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
markupsafe==2.1.5
# via
# jinja2
# werkzeug
marshmallow==3.22.0
# via
# -r requirements.in
# marshmallow-jsonschema
marshmallow-jsonschema==0.13.0
# via -r requirements.in
numpy==2.1.0
# via
# -r requirements.in
# shapely
packaging==24.1
# via
# geoalchemy2
# marshmallow
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.20.0
# via
# jsonschema
# referencing
shapely==2.0.6
# via -r requirements.in
sqlalchemy==2.0.32
# via
# -r requirements.in
# geoalchemy2
typing-extensions==4.12.2
# via sqlalchemy
werkzeug==3.0.4
# via flask

0 comments on commit 6d4ff51

Please sign in to comment.