Skip to content

Commit f53c206

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent f016add commit f53c206

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --output-file=./requirements.txt ./requirements.in
66
#
7-
asgiref==3.11.1
7+
asgiref>=3
88
# via flask
9-
blinker==1.9.0
9+
blinker>=1
1010
# via flask
11-
click==8.3.1
11+
click>=8
1212
# via flask
13-
flask[async]==3.1.2
13+
flask[async]>=3
1414
# via
1515
# -r requirements.in
1616
# flask-cors
@@ -22,11 +22,11 @@ geode-common==33.19.1
2222
# geode-viewables
2323
geode-viewables==3.3.5
2424
# via -r requirements.in
25-
itsdangerous==2.2.0
25+
itsdangerous>=2
2626
# via flask
27-
jinja2==3.1.6
27+
jinja2>=3
2828
# via flask
29-
markupsafe==3.0.3
29+
markupsafe>=3
3030
# via
3131
# flask
3232
# jinja2
@@ -59,3 +59,4 @@ werkzeug==3.1.2
5959
# -r requirements.in
6060
# flask
6161
# flask-cors
62+

0 commit comments

Comments
 (0)