2019-10-15 10:42:59 +00:00
|
|
|
[[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 = "*"
|
2020-01-08 16:55:45 +00:00
|
|
|
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 = "*"
|
2019-10-15 10:42:59 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.7"
|
|
|
|
|
|
|
|
[packages.a209065]
|
2019-12-18 17:49:07 +00:00
|
|
|
path = "./../AxiDraw_API_v253r3"
|