guest_worker/Pipfile

30 lines
442 B
TOML
Raw Permalink 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 = "*"
2020-01-22 14:36:52 +01:00
country-converter = "*"
2020-01-22 16:04:13 +01:00
svgpathtools = "*"
[dev-packages]
[requires]
python_version = "3.7"
[packages.a209065]
path = "./../AxiDraw_API_v253r3"