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