guest_worker/Pipfile

30 lines
442 B
TOML
Raw Normal View History

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