adding initial docs

This commit is contained in:
2021-09-26 01:34:06 +01:00
parent 2a43ea1946
commit 7962f40e32
5 changed files with 259 additions and 7 deletions

6
requirements-docs.txt Normal file
View File

@@ -0,0 +1,6 @@
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"