forked from Gernby/raspberry-pilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
71 lines (68 loc) · 1.41 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
overpy = {git = "https://github.com/Gernby/python-overpy.git",ref = "f86529af402d4642e1faeb146671c40284007323"}
atomicwrites = "*"
cffi = "*"
crcmod = "*"
hexdump = "*"
libusb1 = "*"
numpy = "==1.16.1"
psutil = "*"
pycapnp = "*"
#cryptography = "*"
pyserial = "*"
python-dateutil = "*"
pyzmq = "*"
raven = "*"
requests = "*"
setproctitle = "*"
setuptools = "*"
testresources = "*"
futures = "*"
six = "*"
smbus2 = "*"
sympy = "*"
tqdm = "*"
Cython = "*"
cython = "*"
sklearn = "*"
PyYAML = "*"
websocket_client = "*"
Logentries = {git = "https://github.com/Gernby/le_python.git",ref = "feaeacb48f7f4bdb02c0a8fc092326d4e101b7f2"}
urllib3 = "*"
chardet = "*"
idna = "*"
gunicorn = "*"
utm = "*"
enum34 = "*"
scipy = "==1.2.2"
gast = "==0.2.2"
mock = "==3.0.5"
h5py = "==2.9.0"
scikit-learn = ">=0.22.2"
json-rpc = "*"
future = "==0.17.1"
Flask = "*"
lazy-object-proxy = "==1.3.1"
PyJWT = "*"
"Jinja2" = "*"
nose = "*"
pyflakes = "*"
pylint = "==2.2.3"
pycrypto = "==2.6.1"
pycparser = "==2.19"
pycryptodome = "*"
protobuf = "*"
pillow = "*"
tensorflow-1-14-0 = {file = "https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.14.0-buster/tensorflow-1.14.0-cp37-none-linux_aarch64.whl"}
joblib = "==0.13.2"
keras = "*"
keras-applications = "==1.0.8"
keras-preprocessing = "==1.1.0"
pandacan = "*"
[requires]
python_version = "3"