Skip to content

Commit

Permalink
fix sample app dependencies imcompatible with xray sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzlei committed Mar 28, 2023
1 parent d703eee commit cf29651
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions sample-apps/flask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
boto3
certifi==2022.12.7
chardet==3.0.4
click==7.1.2
Flask==1.1.2
idna==2.9
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
requests==2.23.0
urllib3==1.26.5
certifi
chardet
Flask
idna
requests
urllib3
Werkzeug==2.2.3
flask-sqlalchemy==2.4.3
flask-sqlalchemy==2.5.1
SQLAlchemy==1.4
aws_xray_sdk==2.6.0

0 comments on commit cf29651

Please sign in to comment.