Files
agnos-builder/userspace/pyproject.toml
T
Justin Newberry 2b4fbc3a98 one timeout (#190)
2024-01-18 12:49:09 -08:00

102 lines
1.7 KiB
TOML

[tool.poetry]
name = "agnos"
version = "0.1.0"
authors = ["Vehicle Researcher <user@comma.ai>"]
description = ""
[tool.poetry.dependencies]
python = "~3.11"
atomicwrites = "*"
cffi = "*"
crcmod = "*"
hexdump = "*"
libusb1 = "*"
numpy = "*"
psutil = "*"
pycapnp = "*"
cryptography = "*"
python-dateutil = "*"
pyzmq = "*"
requests = "*"
setproctitle = "*"
six = "*"
smbus2 = "*"
sympy = "!=1.6.1"
tqdm = "*"
Cython = "*"
PyYAML = "*"
websocket_client = "*"
urllib3 = "*"
gunicorn = "*"
utm = "*"
json-rpc = "*"
Flask = "*"
nose = "*"
flake8 = "*"
pylint = "*"
pillow = "*"
scons = "*"
sconscontrib = {git = "https://github.com/SCons/scons-contrib"}
pycryptodome = "*"
Jinja2 = "*"
PyJWT = "*"
pyserial = "*"
dbus-python = "*"
timezonefinder = "*"
sentry-sdk = "*"
markdown-it-py = "*"
onnx = "*"
onnxruntime = ">=1.16.3"
pyopencl = "*"
hatanaka = "==2.4"
protobuf = "*"
torch = "*"
spidev = "*"
spidev2 = "*"
sounddevice = "*"
zstandard = "*"
zstd = "*"
pyzstd = "*"
casadi = "*"
pyaudio = "*"
pydub = "*"
aiohttp = "*"
aiortc = "*"
evdev = "*"
hypothesis = "*"
pytest = "*"
pytest-cov = "*"
pytest-cpp = "*"
pytest-subtests = "*"
pytest-xdist = "*"
pytest-timeout = "*"
pytest-random-order = "*"
pytest-mock = "*"
pytest-repeat = "*"
[tool.poetry.group.dev.dependencies]
ipython = "*"
azure-identity = "*"
azure-storage-blob = "*"
pycurl = "*"
git-pylint-commit-hook = "*"
tenacity = "*"
mock = "*"
dictdiffer = "*"
aenum = "*"
coverage = "*"
paramiko = "*"
lru-dict = "*"
pprofile = "*"
pyprof2calltree = "*"
pre-commit = "*"
mypy = "*"
parameterized = "*"
inputs = "*"
future-fstrings = "*"
tabulate = "*"
flaky = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"