diff --git a/docs/requirements.txt b/docs/requirements.txt index 855b1220c..e3f24e0eb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,16 +1,3 @@ -aenum -apache-airflow~=2.10.3 -PyAthena==3.9.0 -redshift-connector==2.1.3 -fsspec==2024.6.1 -boto3==1.34.131 -aiobotocore==2.13.2 -apache-airflow-providers-amazon[s3fs]==8.27.0 -apache-airflow-providers-cncf-kubernetes==8.3.4 -apache-airflow-providers-google==10.21.1 -apache-airflow-providers-microsoft-azure==10.3.0 -apache-airflow-providers-openlineage==1.10.0 -msgpack pydata-sphinx-theme sphinx sphinx-autoapi diff --git a/pyproject.toml b/pyproject.toml index ee5503510..16d74c1db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,13 +186,6 @@ markers = ["integration", "perf"] [tool.hatch.envs.docs] dependencies = [ - "aenum", - "apache-airflow-providers-amazon[s3fs]>=3.0.0", - "apache-airflow-providers-cncf-kubernetes>=5.1.1", - "apache-airflow-providers-google>=10.17.0", - "apache-airflow-providers-microsoft-azure>=8.5.0", - "msgpack", - "openlineage-airflow", "pydata-sphinx-theme", "sphinx", "sphinx-autoapi",