Skip to content

Commit e3c16fe

Browse files
SpliiTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 16a273e commit e3c16fe

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

requirements.txt

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o requirements.txt
3-
asgiref==3.11.1
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=./requirements.txt ./requirements.in
6+
#
7+
asgiref>=3
48
# via flask
5-
blinker==1.9.0
9+
blinker>=1
610
# via flask
7-
click==8.4.0
11+
click>=8
812
# via flask
9-
flask==3.1.2
13+
flask[async]>=3
1014
# via
1115
# -r requirements.in
1216
# flask-cors
@@ -18,11 +22,11 @@ geode-common==33.21.5
1822
# geode-viewables
1923
geode-viewables==3.3.8
2024
# via -r requirements.in
21-
itsdangerous==2.2.0
25+
itsdangerous>=2
2226
# via flask
23-
jinja2==3.1.6
27+
jinja2>=3
2428
# via flask
25-
markupsafe==3.0.3
29+
markupsafe>=3
2630
# via
2731
# flask
2832
# jinja2
@@ -55,3 +59,4 @@ werkzeug==3.1.8
5559
# -r requirements.in
5660
# flask
5761
# flask-cors
62+

0 commit comments

Comments
 (0)