mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
9 lines
189 B
TOML
9 lines
189 B
TOML
[project]
|
|
name = "universe-optimize"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"paramiko>=4.0.0",
|
|
"pygithub>=2.9.0",
|
|
]
|