mirror of https://github.com/commaai/openpilot.git
94 lines
1.6 KiB
TOML
94 lines
1.6 KiB
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
av = "*"
|
|
azure-storage-blob = "~=2.1"
|
|
control = "*"
|
|
coverage = "*"
|
|
dictdiffer = "*"
|
|
fastcluster = "*"
|
|
hexdump = "*"
|
|
hypothesis = "==6.46.7"
|
|
inputs = "*"
|
|
lru-dict = "*"
|
|
markdown-it-py = "*"
|
|
matplotlib = "*"
|
|
mypy = "*"
|
|
myst-parser = "*"
|
|
natsort = "*"
|
|
numpy = "*"
|
|
opencv-python-headless = "*"
|
|
parameterized = "*"
|
|
paramiko = "*"
|
|
pprofile = "*"
|
|
pre-commit = "*"
|
|
pycurl = "*"
|
|
pygame = "*"
|
|
pyprof2calltree = "*"
|
|
pytest = "*"
|
|
pytest-xdist = "*"
|
|
reverse_geocoder = "*"
|
|
scipy = "*"
|
|
sphinx = "*"
|
|
sphinx-sitemap = "*"
|
|
sphinx-rtd-theme = "*"
|
|
breathe = "*"
|
|
subprocess32 = "*"
|
|
tenacity = "*"
|
|
mpld3 = "*"
|
|
carla = {version = "==0.9.13", markers="platform_system != 'Darwin'"}
|
|
ft4222 = "*"
|
|
|
|
[packages]
|
|
atomicwrites = "*"
|
|
casadi = {version = "*", markers="platform_system != 'Darwin'"}
|
|
cffi = "*"
|
|
crcmod = "*"
|
|
cryptography = "*"
|
|
Cython = "*"
|
|
flake8 = "*"
|
|
Flask = "*"
|
|
future-fstrings = "*" # for acados
|
|
gunicorn = "*"
|
|
hexdump = "*"
|
|
Jinja2 = "*"
|
|
json-rpc = "*"
|
|
libusb1 = "*"
|
|
nose = "*"
|
|
numpy = "*"
|
|
protobuf = "==3.20.1"
|
|
onnx = "*"
|
|
onnxruntime-gpu = {version = "*", markers="platform_system != 'Darwin'"}
|
|
pillow = "*"
|
|
psutil = "*"
|
|
pycapnp = "==1.1.0"
|
|
pycryptodome = "*"
|
|
PyJWT = "*"
|
|
pylint = "*"
|
|
pyopencl = "*"
|
|
pyserial = "*"
|
|
python-dateutil = "*"
|
|
PyYAML = "*"
|
|
pyzmq = "*"
|
|
requests = "*"
|
|
scons = "*"
|
|
sentry-sdk = "*"
|
|
setproctitle = "*"
|
|
six = "*"
|
|
smbus2 = "*"
|
|
sympy = "!=1.6.1"
|
|
timezonefinder = "*"
|
|
tqdm = "*"
|
|
urllib3 = "*"
|
|
utm = "*"
|
|
websocket_client = "*"
|
|
hatanaka = "==2.4"
|
|
PyQt5 = "==5.15.4"
|
|
PyQt5-sip = "==12.9.0"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|