From b8a997084d767c09dc050213086f02326140754c Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 26 Sep 2021 14:55:48 +0100 Subject: [PATCH] removing requirements.txt for documentation --- requirements-docs.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 requirements-docs.txt diff --git a/requirements-docs.txt b/requirements-docs.txt deleted file mode 100644 index 5f99f40..0000000 --- a/requirements-docs.txt +++ /dev/null @@ -1,6 +0,0 @@ -apache-beam==2.32.0; python_version >= "3.6" -avro-python3==1.9.2.1; python_version >= "3.6" -cachetools==4.2.2; python_version >= "3.6" and python_version < "4.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.6.0") -certifi==2021.5.30; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" -mkdocs-material==7.3.0 -mkdocs==1.2.2; python_version >= "3.6"