guest_worker/Pipfile

28 lines
399 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tornado = "*"
coloredlogs = "*"
2019-10-23 10:56:28 +02:00
boto3 = "*"
PyYAML = "*"
SQLAlchemy = "*"
2019-10-23 22:33:37 +02:00
httpagentparser = "*"
geoip2 = "*"
ink-extensions = "*"
2019-10-30 15:19:32 +01:00
python-magic = "*"
Pillow = "*"
tqdm = "*"
2019-10-31 17:10:25 +01:00
serial = "*"
pyserial = "*"
[dev-packages]
[requires]
python_version = "3.7"
[packages.a209065]
path = "./../AxiDraw_API_v253r3"