Files
Your Name 8840dc86fa tmp
2026-02-25 22:13:24 +01:00

76 lines
2.0 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",
"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",
"setuptools>=82.0.0",
"llvmcpy>=0.2.1",
"yachalk>=0.1.8",
"zstandard>=0.25.0",
"click>=8.1.7",
"types-jsonschema>=4.26.0.20260202",
"boto3-stubs>=1.42.54",
"boto3>=1.42.54",
"pip>=26.0.1",
]
[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"