Skip to content

Commit 36b61a5

Browse files
authored
Merge pull request #275 from asherpasha/dev
Enabled eFP Grape
2 parents 70aa522 + b5e66b7 commit 36b61a5

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

api/resources/efp_image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def get(self):
2424
"efp_arabidopsis",
2525
"efp_arachis",
2626
"efp_cannabis",
27+
"efp_grape",
2728
"efp_maize",
2829
"efp_rice",
2930
"efp_sorghum",

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ attrs==25.3.0
44
black==25.1.0
55
blinker==1.9.0
66
cachelib==0.13.0
7-
certifi==2025.7.14
7+
certifi==2025.8.3
88
charset-normalizer==3.4.2
99
click==8.2.1
10-
coverage==7.10.0
10+
coverage==7.10.2
1111
Deprecated==1.2.18
1212
flake8==7.3.0
1313
Flask==3.1.1
@@ -17,15 +17,15 @@ Flask-Limiter==3.12
1717
flask-marshmallow==1.3.0
1818
flask-restx==1.3.0
1919
Flask-SQLAlchemy==3.1.1
20-
greenlet==3.2.3
20+
greenlet==3.2.4
2121
idna==3.10
2222
importlib_resources==6.5.2
2323
iniconfig==2.1.0
2424
itsdangerous==2.2.0
2525
Jinja2==3.1.6
2626
jsonschema==4.25.0
2727
jsonschema-specifications==2025.4.1
28-
limits==5.4.0
28+
limits==5.5.0
2929
markdown-it-py==3.0.0
3030
MarkupSafe==3.0.2
3131
marshmallow==4.0.0
@@ -45,14 +45,14 @@ pyrsistent==0.20.0
4545
pytest==8.4.1
4646
python-dateutil==2.9.0.post0
4747
pytz==2025.2
48-
redis==6.2.0
48+
redis==6.4.0
4949
referencing==0.36.2
5050
requests==2.32.4
5151
rich==13.9.4
52-
rpds-py==0.26.0
52+
rpds-py==0.27.0
5353
setuptools==80.9.0
5454
six==1.17.0
55-
SQLAlchemy==2.0.41
55+
SQLAlchemy==2.0.42
5656
typing_extensions==4.14.1
5757
urllib3==2.5.0
5858
Werkzeug==3.1.3

tests/resources/test_efp_image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def test_get_efp_image_list(self):
1717
"efp_arabidopsis",
1818
"efp_arachis",
1919
"efp_cannabis",
20+
"efp_grape",
2021
"efp_maize",
2122
"efp_rice",
2223
"efp_sorghum",

0 commit comments

Comments
 (0)