File tree Expand file tree Collapse file tree 3 files changed +256
-391
lines changed Expand file tree Collapse file tree 3 files changed +256
-391
lines changed Original file line number Diff line number Diff line change @@ -94,3 +94,10 @@ jspm_packages/
9494
9595# Test data and sample files
9696sample_eval_data /
97+
98+ # Python/MkDocs
99+ site /
100+ .venv /
101+ __pycache__ /
102+ * .pyc
103+ .pytest_cache /
Original file line number Diff line number Diff line change 22name = " openai-guardrails-js-docs"
33version = " 0.1.0"
44description = " Documentation for OpenAI Guardrails JS"
5- requires-python = " >=3.9 "
5+ requires-python = " >=3.11 "
66dependencies = [
77 " mkdocs>=1.6.1" ,
88 " mkdocs-material>=9.6.14" ,
99 " pymdown-extensions>=10.0.0" ,
10- " mkdocs-i18n>=0.4.3" ,
11- ]
12-
13- [project .optional-dependencies ]
14- dev = [
15- " mkdocs>=1.6.1" ,
16- " mkdocs-material>=9.6.14" ,
17- " pymdown-extensions>=10.0.0" ,
18- " mkdocs-i18n>=0.4.3" ,
19- ]
10+ " mkdocs-i18n>=0.4.3"
11+ ]
You can’t perform that action at this time.
0 commit comments