nopenpilot/Pipfile

80 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-01-17 11:22:00 -07:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
control = "*"
coverage = "*"
dictdiffer = "*"
fastcluster = "*"
2020-01-17 11:22:00 -07:00
hexdump = "*"
hypothesis = "*"
inputs = "*"
lru-dict = "*"
markdown-it-py = "*"
matplotlib = "*"
mypy = "*"
myst-parser = "*"
2020-01-17 11:22:00 -07:00
numpy = "*"
opencv-python-headless = "*"
parameterized = "*"
paramiko = "*"
pprofile = "*"
pre-commit = "*"
2020-01-17 11:22:00 -07:00
pycurl = "*"
pygame = "*"
pyprof2calltree = "*"
2020-01-17 11:22:00 -07:00
reverse_geocoder = "*"
scipy = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
subprocess32 = "*"
tenacity = "*"
2020-01-17 11:22:00 -07:00
[packages]
atomicwrites = "*"
casadi = "*"
2020-01-17 11:22:00 -07:00
cffi = "*"
crcmod = "*"
cryptography = "*"
Cython = "*"
flake8 = "*"
Flask = "*"
future-fstrings = "*" # for acados
gunicorn = "*"
2020-01-17 11:22:00 -07:00
hexdump = "*"
Jinja2 = "*"
json-rpc = "*"
2020-01-17 11:22:00 -07:00
libusb1 = "*"
nose = "*"
2020-01-17 11:22:00 -07:00
numpy = "*"
onnx = "*"
onnxruntime-gpu = "*"
pillow = "*"
2020-01-17 11:22:00 -07:00
psutil = "*"
2021-06-22 15:57:13 -06:00
pycapnp = "==1.1.0"
pycryptodome = "*"
PyJWT = "*"
pylint = "*"
pyopencl = "*"
pyserial = "*"
2020-01-17 11:22:00 -07:00
python-dateutil = "*"
PyYAML = "*"
2020-01-17 11:22:00 -07:00
pyzmq = "*"
requests = "*"
scons = "*"
sentry-sdk = "*"
2020-01-17 11:22:00 -07:00
setproctitle = "*"
six = "*"
smbus2 = "*"
sympy = "!=1.6.1"
timezonefinder = "*"
2020-01-17 11:22:00 -07:00
tqdm = "*"
urllib3 = "*"
utm = "*"
websocket_client = "*"
2020-01-17 11:22:00 -07:00
[requires]
python_version = "3.8"