mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
15 lines
289 B
TOML
15 lines
289 B
TOML
[project]
|
|
name = "checker"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"aiohttp>=3.11.13",
|
|
"docker>=7.1.0",
|
|
"fastapi>=0.115.11",
|
|
"python-dotenv>=1.0.1",
|
|
"python-multipart>=0.0.20",
|
|
"regex>=2024.11.6",
|
|
"uvicorn>=0.34.0",
|
|
]
|