Skip to content

Commit 5f99e13

Browse files
authored
Fix sbc-auth unit tests (#350)
1 parent 5807c20 commit 5f99e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask-OpenTracing
1+
Flask-OpenTracing==1.1.0
22
Flask-SQLAlchemy
33
Flask
44
Jinja2

python/requirements/prod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask
22
Flask-SQLAlchemy
33
flask-jwt-oidc>=0.1.5
4-
Flask-OpenTracing
5-
jaeger-client
4+
Flask-OpenTracing==1.1.0
5+
jaeger-client

0 commit comments

Comments
 (0)