From e578d2cb377c63c98235ff08183ccf855a9a4401 Mon Sep 17 00:00:00 2001 From: vprusso Date: Fri, 14 Feb 2025 17:25:03 -0500 Subject: [PATCH] refactor: add azure env example and remove pyquil dep --- .env.example | 4 ++++ pyproject.toml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4461e98..6e94403 100644 --- a/.env.example +++ b/.env.example @@ -17,6 +17,10 @@ AZURE_RESOURCE_GROUP="" AZURE_WORKSPACE_NAME="" AZURE_LOCATION="" # e.g. "westus" +AZURE_CLIENT_ID="" +AZURE_CLIENT_SECRET="" +AZURE_TENANT_ID="" + # IBM # Obtained at: https://quantum.ibm.com QISKIT_IBM_TOKEN="" diff --git a/pyproject.toml b/pyproject.toml index 35fdf7a..f796720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ ruamel-yaml-clib = [ { version = "0.2.12", markers = "sys_platform == 'darwin' and platform_machine == 'arm64'" }, { version = "0.2.8", markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'" } ] -pyquil = "^4.16.0" [tool.poetry.group.dev.dependencies] mypy = "^1.15.0"