Skip to content

Commit cf29651

Browse files
committed
fix sample app dependencies imcompatible with xray sdk
1 parent d703eee commit cf29651

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

sample-apps/flask/requirements.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
boto3
2-
certifi==2022.12.7
3-
chardet==3.0.4
4-
click==7.1.2
5-
Flask==1.1.2
6-
idna==2.9
7-
itsdangerous==1.1.0
8-
Jinja2==2.11.3
9-
MarkupSafe==1.1.1
10-
requests==2.23.0
11-
urllib3==1.26.5
2+
certifi
3+
chardet
4+
Flask
5+
idna
6+
requests
7+
urllib3
128
Werkzeug==2.2.3
13-
flask-sqlalchemy==2.4.3
9+
flask-sqlalchemy==2.5.1
10+
SQLAlchemy==1.4
1411
aws_xray_sdk==2.6.0

0 commit comments

Comments
 (0)