Skip to content

Commit 774eb07

Browse files
committed
Update use-variant-feature-flags-python.md
1 parent f63f1e6 commit 774eb07

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
@@ -59,7 +59,7 @@ In this example, you create a Python Flask web app named _Quote of the Day_. Whe
5959
.\venv\Scripts\Activate
6060
```
6161

62-
1. Install the required packages.
62+
1. Install the required packages. The latest preview versions of `azure-appconfiguration-provider`, and `featuremanagement` are required for variant feature flags.
6363

6464
```bash
6565
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

0 commit comments

Comments
 (0)