mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
26222539e6
* make resolver * more updates * fix build * fix raw_dependencies job type * compat with http agent workers * refactor * rename * more refactor * cleanup * more tests * fix s3 * small fixes * more fixing * fix endpoint * nit: update comment * update ee ref * update ee ref * update ee ref * implement safer `list_available_python_versions` * add tracing to get of authed client * internal: Trigger claude when commenting with /aider (#5783) * add claude instructions files * call claude too when using aider * fix * add draft for linear claude integration * fix build * update ee ref * ignore versions <=3.9 * fix windows build * correct versions filter * fix windows build (this time for real) * inject error to debug CI * update CI * undo debug of CI * fix tests * remove outdated comment * update ee repo ref * Update ee-repo-ref.txt * Update backend/parsers/windmill-parser-py-imports/src/lib.rs Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * Update InstanceSetting.svelte --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev> Co-authored-by: centdix <40307056+centdix@users.noreply.github.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
33 lines
782 B
TOML
33 lines
782 B
TOML
[package]
|
|
name = "windmill-parser-py-imports"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lib]
|
|
name = "windmill_parser_py_imports"
|
|
path = "./src/lib.rs"
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
regex-lite.workspace = true
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
|
regex.workspace = true
|
|
|
|
[dependencies]
|
|
windmill-parser.workspace = true
|
|
windmill-common.workspace = true
|
|
rustpython-parser.workspace = true
|
|
malachite.workspace = true
|
|
malachite-bigint.workspace = true
|
|
phf.workspace = true
|
|
itertools.workspace = true
|
|
serde_json.workspace = true
|
|
anyhow.workspace = true
|
|
lazy_static.workspace = true
|
|
sqlx.workspace = true
|
|
async-recursion.workspace = true
|
|
toml.workspace = true
|
|
serde.workspace = true
|
|
pep440_rs.workspace = true
|