mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
68 lines
1.8 KiB
TOML
68 lines
1.8 KiB
TOML
[project]
|
|
name = "revng-python-dependencies"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [{ name = "Your Name", email = "you@example.com" }]
|
|
requires-python = ">=3.11,<4"
|
|
dependencies = [
|
|
"black>=22.12.0,<23.0",
|
|
"flake8>=7.0.0,<8.0",
|
|
"flake8-breakpoint>=1.1.0,<2.0",
|
|
"flake8-builtins>=2.1.0,<3.0",
|
|
"flake8-comprehensions>=3.10.1,<4.0",
|
|
"flake8-eradicate>=1.4.0,<2.0",
|
|
"flake8-simplify>=0.19.3,<1.0",
|
|
"pep8-naming>=0.13.3,<1.0",
|
|
"isort>=5.11.4,<6.0",
|
|
"types-backports>=0.1.3,<0.2",
|
|
"types-pyyaml>=6.0.12.20240808,<7",
|
|
"types-requests>=2.32.0.20240712,<3",
|
|
"types-urllib3>=1.26.25.14,<2",
|
|
"ariadne[asgi-file-uploads]>=0.20.1",
|
|
"cffi>=1.17.0,<2",
|
|
"jinja2>=3.1.4,<4",
|
|
"gql[aiohttp]>=3.5.0,<4",
|
|
"jsonschema>=4.17.3,<4.18.0",
|
|
"networkx>=3.3,<4",
|
|
"pefile>=2023.2.7,<2024",
|
|
"pycparser>=2.22,<3",
|
|
"pydot>=3.0.1,<4",
|
|
"pyelftools>=0.31,<0.32",
|
|
"pytest>=8.3.2,<9",
|
|
"pytest-asyncio>=0.23.8,<0.24",
|
|
"requests>=2.32.3,<3",
|
|
"requests-toolbelt>=1.0.0,<2",
|
|
"rich>=13.7.1,<14",
|
|
"psutil>=6.0.0,<7",
|
|
"build>=1.2.1,<2",
|
|
"uvicorn==0.22.0",
|
|
"httptools==0.7.1",
|
|
"python-dotenv>=0.13",
|
|
"websockets>=10.4",
|
|
"xdg>=6.0.0,<7",
|
|
"mkdocs>=1.6.0,<2",
|
|
"mkdocs-material>=9.5.32,<10",
|
|
"yq>=3.4.3,<4",
|
|
"marko>=2.1.2,<3",
|
|
"flake8-return>=1.2.0,<2",
|
|
"mkdocs-graphviz>=1.5.3,<2",
|
|
"grandiso",
|
|
"python-idb",
|
|
"mypy>=1.11.1,<2",
|
|
"cmakelang>=0.6.13,<0.7",
|
|
"expandvars>=0.12.0,<0.13",
|
|
"pyyaml>=6.0.2,<7",
|
|
"lit>=18.1.8,<19",
|
|
"wheel==0.43.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
|
|
[tool.uv.sources]
|
|
grandiso = { git = "https://github.com/revng/grandiso-networkx.git", rev = "043ce4b" }
|
|
python-idb = { git = "https://github.com/revng/python-idb.git", rev = "08ba07a" }
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|