Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 69f4940

Browse files
committedJan 16, 2025·
update requirements in backend
Signed-off-by: mahdikhashan <[email protected]>
1 parent 4b6d44f commit 69f4940

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
 

‎backend/requirements.txt

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.7
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --output-file=- -
5+
# pip-compile --resolver=backtracking
66
#
77
cachetools==5.3.1
88
# via google-auth
@@ -41,10 +41,8 @@ googleapis-common-protos==1.60.0
4141
# via google-api-core
4242
idna==3.4
4343
# via requests
44-
importlib-metadata==6.7.0
45-
# via click
4644
kfp==2.0.1
47-
# via -r -
45+
# via -r requirements.in
4846
kfp-pipeline-spec==0.2.2
4947
# via kfp
5048
kfp-server-api==2.0.1
@@ -93,10 +91,6 @@ six==1.16.0
9391
# python-dateutil
9492
tabulate==0.9.0
9593
# via kfp
96-
typing-extensions==4.7.1
97-
# via
98-
# importlib-metadata
99-
# kfp
10094
urllib3==1.26.16
10195
# via
10296
# google-auth
@@ -106,8 +100,6 @@ urllib3==1.26.16
106100
# requests
107101
websocket-client==1.6.1
108102
# via kubernetes
109-
zipp==3.15.0
110-
# via importlib-metadata
111103

112104
# The following packages are considered to be unsafe in a requirements file:
113105
# setuptools

0 commit comments

Comments
 (0)
Please sign in to comment.