File tree Expand file tree Collapse file tree 2 files changed +3
-68
lines changed
Expand file tree Collapse file tree 2 files changed +3
-68
lines changed Original file line number Diff line number Diff line change 1616 "test:ui" : " playwright install --with-deps && playwright test" ,
1717 "types" : " (cd .. && python -m src.pdl.pdl --schema > src/pdl/pdl-schema.json) && json2ts ../src/pdl/pdl-schema.json src/pdl_ast.d.ts --unreachableDefinitions && npm run format" ,
1818 "test" : " concurrently -n 'quality,playwright' 'npm run test:quality' 'npm run test:ui'" ,
19- "pdl" : " ./src-tauri/target/debug/PDL " ,
19+ "pdl" : " ./src-tauri/target/debug/pdl " ,
2020 "view" : " npm run pdl view" ,
21- "prep-interpreter" : " python3.12 -mvenv .venv && . .venv/bin/activate && pip install -e .. && pip freeze > requirements.txt" ,
2221 "start" : " npm run tauri dev"
2322 },
2423 "dependencies" : {
Original file line number Diff line number Diff line change 1- aiohappyeyeballs == 2.5.0
2- aiohttp == 3.11.13
3- aiosignal == 1.3.2
4- alchemy-config == 1.1.3
5- annotated-types == 0.7.0
6- anyio == 4.8.0
7- asttokens == 3.0.0
8- attrs == 25.1.0
9- certifi == 2025.1.31
10- charset-normalizer == 3.4.1
11- click == 8.1.8
12- decorator == 5.2.1
13- distro == 1.9.0
14- executing == 2.2.0
15- filelock == 3.17.0
16- frozenlist == 1.5.0
17- fsspec == 2025.3.0
18- granite-io == 0.1.0
19- h11 == 0.14.0
20- httpcore == 1.0.7
21- httpx == 0.28.1
22- huggingface-hub == 0.29.1
23- idna == 3.10
24- importlib_metadata == 8.6.1
25- ipython == 9.0.1
26- jedi == 0.19.2
27- Jinja2 == 3.1.6
28- jiter == 0.8.2
29- json_repair == 0.39.1
30- jsonschema == 4.23.0
31- jsonschema-specifications == 2024.10.1
32- litellm == 1.63.3
33- MarkupSafe == 3.0.2
34- matplotlib-inline == 0.1.7
35- multidict == 6.1.0
36- openai == 1.65.5
37- packaging == 24.2
38- parso == 0.8.4
39- pexpect == 4.9.0
40- #-e git+ssh://[email protected] /IBM/prompt-declaration-language.git#egg=prompt_declaration_language 41- prompt-declaration-language == 0.4.1
42- prompt_toolkit == 3.0.50
43- propcache == 0.3.0
44- ptyprocess == 0.7.0
45- pure_eval == 0.2.3
46- pydantic == 2.10.6
47- pydantic_core == 2.31.1
48- Pygments == 2.19.1
49- python-dotenv == 1.0.1
50- PyYAML == 6.0.2
51- referencing == 0.36.2
52- regex == 2024.11.6
53- requests == 2.32.3
54- rpds-py == 0.23.1
55- sniffio == 1.3.1
56- stack-data == 0.6.3
57- termcolor == 2.5.0
58- tiktoken == 0.9.0
59- tokenizers == 0.21.0
60- tqdm == 4.67.1
61- traitlets == 5.14.3
62- typing_extensions == 4.12.2
63- urllib3 == 2.3.0
64- wcwidth == 0.2.13
65- yarl == 1.18.3
66- zipp == 3.21.0
1+ -e git+ssh://[email protected] /IBM/prompt-declaration-language.git#egg=prompt_declaration_language 2+ #prompt-declaration-language==0.4.1
You can’t perform that action at this time.
0 commit comments