29 lines
442 B
TOML
29 lines
442 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tornado = "*"
|
|
coloredlogs = "*"
|
|
boto3 = "*"
|
|
PyYAML = "*"
|
|
SQLAlchemy = "*"
|
|
httpagentparser = "*"
|
|
geoip2 = "*"
|
|
ink-extensions = "*"
|
|
python-magic = "*"
|
|
Pillow = "*"
|
|
tqdm = "*"
|
|
serial = "*"
|
|
pyserial = "*"
|
|
country-converter = "*"
|
|
svgpathtools = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[packages.a209065]
|
|
path = "./../AxiDraw_API_v253r3"
|