mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
81 lines
1.3 KiB
TOML
81 lines
1.3 KiB
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
ipython = "*"
|
|
azure-core = "*"
|
|
azure-common = "*"
|
|
azure-storage-blob = "~=2.1"
|
|
azure-storage-common = "~=2.1"
|
|
pycurl = "*"
|
|
git-pylint-commit-hook = "*"
|
|
tenacity = "*"
|
|
mock = "*"
|
|
dictdiffer = "*"
|
|
aenum = "*"
|
|
coverage = "*"
|
|
paramiko = "*"
|
|
lru-dict = "*"
|
|
pprofile = "*"
|
|
pyprof2calltree = "*"
|
|
pre-commit = "*"
|
|
mypy = "*"
|
|
parameterized = "*"
|
|
inputs = "*"
|
|
casadi = "*"
|
|
future-fstrings = "*" # needed for acados for now
|
|
tabulate = "*"
|
|
|
|
[packages]
|
|
atomicwrites = "*"
|
|
cffi = "*"
|
|
crcmod = "*"
|
|
hexdump = "*"
|
|
libusb1 = "*"
|
|
numpy = "*"
|
|
psutil = "*"
|
|
pycapnp = "==1.1.0"
|
|
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 = "*"
|
|
cysignals = "*"
|
|
pycryptodome = "*"
|
|
"Jinja2" = "*"
|
|
PyJWT = "*"
|
|
pyserial = "*"
|
|
dbus-python = "!=1.3.2"
|
|
timezonefinder = "*"
|
|
sentry-sdk = "*"
|
|
markdown-it-py = "*"
|
|
onnx = "*"
|
|
onnxruntime = "*"
|
|
pyopencl = "*"
|
|
pytest = "*"
|
|
hatanaka = "==2.4"
|
|
protobuf = "==3.20.1" # need to pin this one explicitly since onnx doesn't do it properly
|
|
torch = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|