forked from flowdriveai/flowpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
49 lines (45 loc) · 1.13 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
scipy = "==1.8.1"
numpy = "==1.22.4"
pycapnp = "==1.0.0"
pyyaml = "==6.0"
lmdb = "==1.3.0"
pkgconfig = "==1.5.5"
casadi = "==3.5.5"
scons = "==4.3.0"
future-fstrings = "==1.2.0"
tqdm = "==4.64.0"
libusb1 = "==2.0.1"
hexdump = ">=3.3"
pycryptodome = "==3.9.8"
nose = "==1.3.7"
parameterized = "==0.8.1"
requests = "==2.28.1"
flake8 = "==3.7.9"
cffi = "==1.14.3"
crcmod = "==1.7"
pre-commit = "==2.13.0"
pylint = "==2.5.2"
cython = "==0.29.30"
jinja2 = "==3.0.3"
psutil = "==5.8.0"
pyzmq = "==22.2.1"
screen-brightness-control = "==0.14.2"
[dev-packages]
"flowinit" = {path = "flowinit", editable = true}
"messenger" = {path = "messenger", editable = true}
"panda" = {path = "panda", editable = true}
[scripts]
controlsd = "python selfdrive/controls/controlsd.py"
plannerd = "python selfdrive/controls/plannerd.py"
calibrationd = "python selfdrive/calibration/calibrationd.py"
logmessaged = "python selfdrive/logmessaged.py"
keyvald = "python selfdrive/keyvald.py"
flowinit = "python flowinit/flowinit/flowinit.py"
scons = "scons"
[requires]
python_version = "3.8"