Files
dragonpilot/Pipfile

147 lines
2.5 KiB
TOML
Raw Normal View History

2019-06-28 21:11:30 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-10-09 18:43:53 +00:00
opencv-python= "==3.4.2.17"
PyQt5 = "*"
ipython = "*"
2019-10-31 17:14:40 -07:00
networkx = "*"
2019-10-09 18:43:53 +00:00
azure-common = "*"
azure-nspkg = "*"
azure-storage-blob = "*"
azure-storage-common = "*"
azure-storage-nspkg = "*"
2019-06-28 21:11:30 +00:00
bincopy = "*"
2019-10-09 18:43:53 +00:00
bleach = "*"
2019-06-28 21:11:30 +00:00
boto = "*"
"boto3" = "*"
celery = "*"
control = "*"
datadog = "*"
decorator = "*"
dlib = "*"
dominate = "*"
elasticsearch = "*"
fasteners = "*"
future = "*"
futures = "*"
gevent = "*"
pycocotools = {git = "https://github.com/cocodataset/cocoapi.git",subdirectory = "PythonAPI"}
gunicorn = "*"
"h5py" = "*"
hexdump = "*"
2019-10-09 18:43:53 +00:00
"html5lib" = "*"
2019-06-28 21:11:30 +00:00
imageio = "*"
intervaltree = "*"
2019-10-09 18:43:53 +00:00
ipykernel = "*"
2019-06-28 21:11:30 +00:00
joblib = "*"
json-logging-py = "*"
jupyter = "*"
libarchive = "*"
lru-dict = "*"
lxml = "*"
"mpld3" = "*"
msgpack-python = "*"
nbstripout = "*"
nose-parameterized = "*"
2019-10-09 18:43:53 +00:00
numpy = "*"
osmium = "*"
pbr = "*"
2019-06-28 21:11:30 +00:00
percache = "*"
pprofile = "*"
psutil = "*"
pycurl = "*"
2019-10-09 18:43:53 +00:00
git-pylint-commit-hook = "*"
2019-06-28 21:11:30 +00:00
pymongo = "*"
"pynmea2" = "*"
2019-10-09 18:43:53 +00:00
pypolyline = "*"
2019-06-28 21:11:30 +00:00
pysendfile = "*"
python-logstash = "*"
pyvcd = "*"
redis = "*"
redlock = "*"
"s2sphere" = "*"
scikit-image = "*"
"subprocess32" = "*"
supervisor = "*"
tenacity = "*"
2019-10-09 18:43:53 +00:00
tensorflow-gpu = ""
2019-06-28 21:11:30 +00:00
utm = "*"
"v4l2" = "*"
PyJWT = "==1.4.1"
PyMySQL = "==0.9.2"
Theano = "*"
Werkzeug = "*"
"backports.lzma" = "*"
Flask-Cors = "*"
Flask-SocketIO = "*"
"GeoAlchemy2" = "*"
Pygments = "*"
PyNaCl = "*"
"PySDL2" = "*"
reverse_geocoder = "*"
Shapely = "*"
2019-10-09 18:43:53 +00:00
SQLAlchemy = "*"
2019-06-28 21:11:30 +00:00
uWSGI = "*"
scipy = "*"
2019-10-09 18:43:53 +00:00
fastcluster = "*"
2019-06-28 21:11:30 +00:00
backports-abc = "*"
pygame = "*"
simplejson = "*"
2019-07-22 19:17:47 +00:00
python-logstash-async = "*"
seaborn = "*"
2019-10-09 18:43:53 +00:00
tensorflow-estimator = "*"
2019-07-30 02:27:48 +00:00
pyproj = "*"
2019-10-09 18:43:53 +00:00
mock = "*"
blinker = "*"
gast = "==0.2.2"
matplotlib = "*"
dictdiffer = "*"
aenum = "*"
2019-10-31 17:14:40 -07:00
coverage = "*"
2019-06-28 21:11:30 +00:00
[packages]
overpy = {git = "https://github.com/commaai/python-overpy.git",ref = "f86529af402d4642e1faeb146671c40284007323"}
atomicwrites = "*"
cffi = "*"
crcmod = "*"
hexdump = "*"
libusb1 = "*"
numpy = "*"
psutil = "*"
pycapnp = "*"
cryptography = "*"
pyserial = "*"
python-dateutil = "*"
pyzmq = "*"
raven = "*"
requests = "*"
setproctitle = "*"
six = "*"
smbus2 = "*"
sympy = "*"
tqdm = "*"
Cython = "*"
PyYAML = "*"
websocket_client = "*"
2019-10-09 18:43:53 +00:00
Logentries = {git = "https://github.com/commaai/le_python.git",ref = "feaeacb48f7f4bdb02c0a8fc092326d4e101b7f2"}
2019-06-28 21:11:30 +00:00
urllib3 = "*"
chardet = "*"
idna = "*"
gunicorn = "*"
utm = "*"
json-rpc = "*"
Flask = "*"
PyJWT = "*"
"Jinja2" = "*"
nose = "*"
2019-10-31 17:14:40 -07:00
flake8 = "*"
2019-06-28 21:11:30 +00:00
pylint = "*"
pycryptodome = "*"
2019-10-09 18:43:53 +00:00
pillow = "*"
2019-06-28 21:11:30 +00:00
[requires]
2019-10-09 18:43:53 +00:00
python_version = "3.7.3"