Skip to content

Commit 141b7e4

Browse files
committed
update required installs
1 parent d015e27 commit 141b7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/use-variant-feature-flags-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this example, you create a Python Flask web app named _Quote of the Day_. Whe
6262
1. Install the required packages.
6363

6464
```bash
65-
pip install flask azure-appconfiguration-provider azure-identity featuremanagement[AzureMonitor] flask-login flask_sqlalchemy fask_bcyrpt
65+
pip install flask azure-appconfiguration-provider==2.0.0b2 azure-identity featuremanagement[AzureMonitor]==2.0.0b2 flask-login flask_sqlalchemy flask_bcrypt azure-monitor-opentelemetry
6666
```
6767

6868
1. Create a new file named *app.py* in the *QuoteOfTheDay* folder.

0 commit comments

Comments
 (0)