19 lines
270 B
TOML
19 lines
270 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tornado = "==5.0.2"
|
|
webassets = "==0.12.1"
|
|
Unipath = "==1.1"
|
|
|
|
[dev-packages]
|
|
pytest = "==3.6.0"
|
|
pytest-tornado = "==0.5.0"
|
|
ipython = "*"
|
|
ipdb = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|