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/
94
94
95
95
# Test data and sample files
96
96
sample_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 2
2
name = " openai-guardrails-js-docs"
3
3
version = " 0.1.0"
4
4
description = " Documentation for OpenAI Guardrails JS"
5
- requires-python = " >=3.9 "
5
+ requires-python = " >=3.11 "
6
6
dependencies = [
7
7
" mkdocs>=1.6.1" ,
8
8
" mkdocs-material>=9.6.14" ,
9
9
" 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